]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/xrc/myframe.cpp
Make a couple virtuals protected so they can be overridden.
[wxWidgets.git] / samples / xrc / myframe.cpp
index 2a3dfe2ccaf71968d832d8249f1afeb29854b698..6662b34597e0f5a02c1f9bed4d17fa8c29930221 100644 (file)
@@ -61,7 +61,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)
 
 // 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
 
     #include "../sample.xpm"
 #endif