]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/wx_exe.cpp
Use __WINDOWS__ for OS checks and __WXMSW__ for GUI checks (round 2).
[wxWidgets.git] / samples / dll / wx_exe.cpp
index a4b5263123c59e499d9d1a3f1d77e5c26306a11b..c48d674b316bba58d0558aa293766b3290d4d7ed 100644 (file)
@@ -31,8 +31,8 @@
 #include "wx/stattext.h"
 #include "wx/button.h"
 
-#ifndef __WXMSW__
-    #error "This sample is MSW-only"
+#ifndef __WINDOWS__
+    #error "This sample is Windows-only"
 #endif
 
 #ifdef WXUSINGDLL