]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
wxMotif compiles and links now.
[wxWidgets.git] / include / wx / defs.h
index 1cc239db8b365464d3ed04dca932d92eda9758e4..7ed90835ba741cfe97310f72fb69150e2fcb7e73 100644 (file)
@@ -1347,6 +1347,9 @@ typedef void*           WXFont;
 typedef void*           WXImage;
 typedef void*           WXCursor;
 typedef void*           WXFontList;
+
+typedef unsigned long   Atom;  /* this might fail on a few architectures */
+
 #endif // Motif
 
 #ifdef __WXGTK__