X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/906c935a80b10d53cecf57f71ab5f3f4f1d529ec..9696657f22ee2f10017c0bc305ae1843ee8fe768:/samples/dll/my_dll.cpp?ds=sidebyside diff --git a/samples/dll/my_dll.cpp b/samples/dll/my_dll.cpp index bfd6ed508f..3aa93e9708 100644 --- a/samples/dll/my_dll.cpp +++ b/samples/dll/my_dll.cpp @@ -22,8 +22,8 @@ #pragma hdrstop #endif -#ifndef __WXMSW__ - #error "This sample is MSW-only" +#ifndef __WINDOWS__ + #error "This sample is Windows-only" #endif #include "wx/app.h"