X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7243eb6d3be736c27ac4c0c6158156a8e79b7c68..65fb4b3a4f18e1d8b58ac92d50d4cc7f81f03783:/samples/xrc/myframe.cpp?ds=sidebyside diff --git a/samples/xrc/myframe.cpp b/samples/xrc/myframe.cpp index 2a3dfe2cca..6662b34597 100644 --- a/samples/xrc/myframe.cpp +++ b/samples/xrc/myframe.cpp @@ -61,7 +61,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