]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/joytest.cpp
Expose the Apple menu so it can be setup manually.
[wxWidgets.git] / samples / joytest / joytest.cpp
index 18e7812fb86ea55c60e78b970f438fc3746d61c9..c6e9bd262ae8b73484e56a391f638de7939c44d6 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart
 // Modified by:
 // Created:     04/01/98
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -31,7 +30,7 @@
 
 // the application icon (under Windows and OS/2 it is in resources and even
 // though we could still include the XPM here it would be unused)
-#if !defined(__WXMSW__) && !defined(__WXPM__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif