fix goof-ed preprocessor test

This commit is contained in:
Dick Hollenbeck 2013-01-18 00:13:31 -06:00
parent 00d865c173
commit 07273ac439
1 changed files with 3 additions and 3 deletions

View File

@ -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