From: Paul Cornett Date: Fri, 7 Jan 2011 04:51:21 +0000 (+0000) Subject: build fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/807902f11968d78669d6eb56b40109e92bd2cf7a?hp=d2bc87252ae509ad755ee1d631ab994bcdb6c5be build fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/samples/joytest/joytest.cpp b/samples/joytest/joytest.cpp index 729073fe04..6bf7bc96c3 100644 --- a/samples/joytest/joytest.cpp +++ b/samples/joytest/joytest.cpp @@ -29,6 +29,12 @@ #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)