]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/combo/combo.cpp
Make a couple virtuals protected so they can be overridden.
[wxWidgets.git] / samples / combo / combo.cpp
index 2ed5167ad50667b194ec8e30aa207a5db6e846f5..7710587b7379612cb7d625f26a3b9a33d47b3ba7 100644 (file)
@@ -45,7 +45,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