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