]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splash/splash.cpp
Applied colspan corrections, #15274 and #15275 (dghart)
[wxWidgets.git] / samples / splash / splash.cpp
index e02bf69c79f361ff712a78e3a4820798585d624c..79014bd54309f88461e0a6444e8501e795157146 100644 (file)
@@ -40,7 +40,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