]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/toolbar/toolbar.cpp
Fix broken and missing DataView interface items for Phoenix
[wxWidgets.git] / samples / toolbar / toolbar.cpp
index 172fd95ba6fca609b8588f3dc7f58ac1e3d498c0..8f8da745bc73870a8019f2c9a0374bb3223d7cf9 100644 (file)
@@ -37,7 +37,7 @@
 
 // define this to use XPMs everywhere (by default, BMPs are used under Win)
 // BMPs use less space, but aren't compiled into the executable on other platforms
-#ifdef __WXMSW__
+#ifdef __WINDOWS__
     #define USE_XPM_BITMAPS 0
 #else
     #define USE_XPM_BITMAPS 1