]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statbmp.h
Small fixes
[wxWidgets.git] / include / wx / statbmp.h
index c2f90dd1bb2f238b124799d9cd6e1cdd7a0be4ca..b7464113ee8c7c92953d59f304f7ec2ef3ef27e0 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __STATBMPH_BASE__
 #define __STATBMPH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/statbmp.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/statbmp.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/statbmp.h"
 #endif