]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/render.cpp
Install wxrc with proper library dependencies under OS X.
[wxWidgets.git] / samples / render / render.cpp
index ae5c3bc4c71e1487f50812dd24d9b32387aafee6..1986e54b21366e35de290f10c885fd55c68bbd04 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by:
 // Created:     04.08.03
-// RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -47,7 +46,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