mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
d5abf459bb
commit
9c77896f2d
|
@ -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
|
Loading…
Reference in New Issue