baseclasses: prevent collision with wxwidgets

surprisingly, GSdx never ran into this issue prior as linux didn't use
baseclasses but used wxwidgets, while windows did but used the winAPI
GUI system. Software is cursed
This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-05-15 23:09:55 +02:00 committed by Kojin
parent d5abf459bb
commit 9c77896f2d
1 changed files with 2 additions and 7 deletions

View File

@ -7,8 +7,7 @@
//------------------------------------------------------------------------------
#ifndef __WXDEBUG__
#define __WXDEBUG__
#pragma once
// This library provides fairly straight forward debugging functionality, this
// is split into two main sections. The first is assertion handling, there are
@ -352,8 +351,4 @@ public:
#define AMTRACE(_x_)
#define AMTRACEFN()
#endif
#endif // __WXDEBUG__
#endif