]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/control.h
* Bug fixes
[wxWidgets.git] / include / wx / control.h
index bb5003ae2059f197d43a321464c384a2799a4563..b424a69cdb0b298846c0dc3af676b2d35af7a45f 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __CONTROLH_BASE__
 #define __CONTROLH_BASE__
 
 #ifndef __CONTROLH_BASE__
 #define __CONTROLH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/control.h"
 #include "wx/msw/control.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/control.h"
 #include "wx/xt/control.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/control.h"
 #endif
 
 #include "wx/gtk/control.h"
 #endif