]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/render.cpp
Make AsyncExecLoopExitEnum enum in the wxExecute() test public.
[wxWidgets.git] / samples / render / render.cpp
index ae5c3bc4c71e1487f50812dd24d9b32387aafee6..49e35fc1fb675174825f5d6f5d17789d96011412 100644 (file)
@@ -47,7 +47,7 @@
 // ----------------------------------------------------------------------------
 
 // the application icon (under Windows and OS/2 it is in resources)
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXX11__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif