]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/popup/popup.cpp
Fix return value of wxGenericTreeCtrl::FindItem().
[wxWidgets.git] / samples / popup / popup.cpp
index 6daf63fb311be410bcd5357c64c163bfb863c64d..4ab1ba6a3a3b3b168cbfcca649922fdf9b6b4d28 100644 (file)
@@ -39,7 +39,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