]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/joytest.cpp
Fix wrong configure test for abi::__forced_unwind in previous commit.
[wxWidgets.git] / samples / joytest / joytest.cpp
index 18e7812fb86ea55c60e78b970f438fc3746d61c9..f8f478d5f937a68c4f17fcc21a049a67924d4f5c 100644 (file)
@@ -31,7 +31,7 @@
 
 // the application icon (under Windows and OS/2 it is in resources and even
 // though we could still include the XPM here it would be unused)
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif