]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Added WXDLLEXPORT's to the class definitions
[wxWidgets.git] / setup.h.in
index ba394ebb0c8fb249566f7ecca9f3f3cb050e4776..c1e76db2dff43eacf3432e858e1203ed766dc8b0 100644 (file)
 #undef __EMX__
 #undef _GNU_SOURCE
 
+/* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
+#ifndef __WINDOWS__
 #undef __WINDOWS__
+#endif
+
 #undef __WIN95__
 #undef __WIN32__
 #undef __GNUWIN32__
+#undef STRICT
 #undef WINVER
 
 /*
 #define wxUSE_TOOLBAR 0
 
 #if defined(__WXWINE__) || defined(__GNUWIN32__)
+#define wxUSE_OWNER_DRAWN 1 
   #if wxUSE_TOOLBAR
     #define wxUSE_BUTTONBAR 1
   #endif