]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dll/my_dll.cpp
Use __WINDOWS__ for OS checks and __WXMSW__ for GUI checks (round 2).
[wxWidgets.git] / samples / dll / my_dll.cpp
index bfd6ed508f6c3dde2df5c922aceb90b0e6da9d9b..3aa93e97083ffcb0792fab0f398267f5d2837c7e 100644 (file)
@@ -22,8 +22,8 @@
     #pragma hdrstop
 #endif
 
-#ifndef __WXMSW__
-    #error "This sample is MSW-only"
+#ifndef __WINDOWS__
+    #error "This sample is Windows-only"
 #endif
 
 #include "wx/app.h"