]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/flash/flash.cpp
Document that wxDC::FloodFill() is not implemented under wxOSX.
[wxWidgets.git] / samples / flash / flash.cpp
index b0dc87bedcbc4f230035b9a8c310e08056941eaf..80f45b3ca2c452730baedfb22b5f2072a87c947d 100644 (file)
@@ -21,9 +21,9 @@
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
+
 #include "wx/wxprec.h"
+
 #ifdef __BORLANDC__
     #pragma hdrstop
 #endif
@@ -39,7 +39,7 @@
 #include "wx/cmdline.h"
 #include "wx/filename.h"
 
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif