X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cfdcbf660d8e7fa6d68bf9559fef3153c8e558e7..5278469615164a60b22435aae4734e106aba540d:/samples/dll/wx_exe.cpp?ds=sidebyside diff --git a/samples/dll/wx_exe.cpp b/samples/dll/wx_exe.cpp index a4b5263123..1a57e9836e 100644 --- a/samples/dll/wx_exe.cpp +++ b/samples/dll/wx_exe.cpp @@ -3,7 +3,6 @@ // Purpose: Sample showing how to use wx from a DLL // Author: Vaclav Slavik // Created: 2009-12-03 -// RCS-ID: $Id$ // Copyright: (c) 2009 Vaclav Slavik // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -31,8 +30,8 @@ #include "wx/stattext.h" #include "wx/button.h" -#ifndef __WXMSW__ - #error "This sample is MSW-only" +#ifndef __WINDOWS__ + #error "This sample is Windows-only" #endif #ifdef WXUSINGDLL