Commit 07273ac4 authored by Dick Hollenbeck's avatar Dick Hollenbeck

fix goof-ed preprocessor test

parent 00d865c1
...@@ -28,10 +28,10 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment