]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/scrolbar.h
constraints for notebook pages work (again)
[wxWidgets.git] / include / wx / scrolbar.h
index fa67805e0dbebe430b2e26b055e315f5968ce923..50bdbf947a9d4d48ba6ba8ca865a33278be93976 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __SCROLBARH_BASE__
 #define __SCROLBARH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/scrolbar.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/scrolbar.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/scrolbar.h"
 #endif