]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Removed semi-colons off the end of two macro statement lines so that compilation...
[wxWidgets.git] / include / wx / defs.h
index 45a4f7403cfe1482d476b7aad21446c75a507fc8..8cb02a12d82a446f5d4fe9ed5ce6f40c922512ae 100644 (file)
     #endif
 #endif // Win32
 
+#if defined(__WXMSW__) || defined(__WIN32__)
+    #if !defined(__WINDOWS__)
+        #define __WINDOWS__
+    #endif
+#endif
+
 #ifdef __WXWINE__
     #ifndef __WIN32__
         #define __WIN32__
@@ -1985,7 +1991,6 @@ typedef void*           WXGC;
 typedef void*           WXRegion;
 typedef void*           WXFont;
 typedef void*           WXImage;
-typedef void*           WXCursor;
 typedef void*           WXFontList;
 
 typedef unsigned long   Atom;  /* this might fail on a few architectures */