]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cursor.h
added "access" parameter to wxFile::Create and Open. The default value is
[wxWidgets.git] / include / wx / cursor.h
index b56d15ec5bfb29c0512f09dbc882600573c27179..d7e15b76208cec253d713248ae0e21c52eaea79f 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef __CURSORH_BASE__
 #define __CURSORH_BASE__
 
-#if defined(__WINDOWS__)
+#if defined(__WXMSW__)
 #include "wx/msw/cursor.h"
-#elif defined(__MOTIF__)
+#elif defined(__WXMOTIF__)
 #include "wx/xt/cursor.h"
-#elif defined(__GTK__)
+#elif defined(__WXGTK__)
 #include "wx/gtk/cursor.h"
 #endif