]> git.saurik.com Git - wxWidgets.git/commitdiff
build fix
authorPaul Cornett <paulcor@bullseye.com>
Fri, 7 Jan 2011 04:51:21 +0000 (04:51 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Fri, 7 Jan 2011 04:51:21 +0000 (04:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/joytest/joytest.cpp

index 729073fe04c4539fd8b838c4ca9932b9ee55876f..6bf7bc96c3f4621913a22245a2bbfb84273494c1 100644 (file)
 
 #include "joytest.h"
 
+// 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__)
+    #include "../sample.xpm"
+#endif
+
 MyFrame *frame = NULL;
 
 IMPLEMENT_APP(MyApp)