X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cfdcbf660d8e7fa6d68bf9559fef3153c8e558e7..11e3c6ef36393fb5863ea2f9601d8facd73acb12:/samples/dll/wx_exe.cpp diff --git a/samples/dll/wx_exe.cpp b/samples/dll/wx_exe.cpp index a4b5263123..c48d674b31 100644 --- a/samples/dll/wx_exe.cpp +++ b/samples/dll/wx_exe.cpp @@ -31,8 +31,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