]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/taskbar/tbtest.cpp
Make a couple virtuals protected so they can be overridden.
[wxWidgets.git] / samples / taskbar / tbtest.cpp
index cf7ba7a0c1c67da0b19f5fc49eeaf5cf2d413e88..f5f831266627e36358026fd7f5ad9d29f586341d 100644 (file)
@@ -29,7 +29,7 @@
 #endif
 
 // the application icon (under Windows and OS/2 it is in resources)
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXMGL__) || defined(__WXX11__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif