]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/erase/erase.cpp
Remove wxT from prototype
[wxWidgets.git] / samples / erase / erase.cpp
index ee468651b6d5d68dec223d3cb67e48e088e3b879..eb54c2ede3e43c215d7df50bbf84e7e132dbdb23 100644 (file)
@@ -39,7 +39,7 @@
 // ----------------------------------------------------------------------------
 
 // the application icon
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif