fix goof-ed preprocessor test
This commit is contained in:
parent
00d865c173
commit
07273ac439
|
@ -28,10 +28,10 @@
|
||||||
#include <wx/dialog.h>
|
#include <wx/dialog.h>
|
||||||
#include <hashtables.h>
|
#include <hashtables.h>
|
||||||
|
|
||||||
#if wxMINOR_VERSION == 9 && defined(__WXGTK__)
|
#if wxMINOR_VERSION == 8 && defined(__WXGTK__)
|
||||||
#define DLGSHIM_USE_SETFOCUS 0
|
|
||||||
#else
|
|
||||||
#define DLGSHIM_USE_SETFOCUS 1
|
#define DLGSHIM_USE_SETFOCUS 1
|
||||||
|
#else
|
||||||
|
#define DLGSHIM_USE_SETFOCUS 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue