]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/caret/caret.cpp
Make TOOLKIT variable constant in MSW makefiles.
[wxWidgets.git] / samples / caret / caret.cpp
index c1dc4d870a177f09893dc61ef34f78d45f4f2513..a9c44ca2f9bfa47b46df65d7eefd13f9335e836d 100644 (file)
@@ -31,7 +31,7 @@
 // ----------------------------------------------------------------------------
 
 // the application icon
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif