X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3d05544e4e71e7ff10984dae5a9b8a07d92f42a6..cce4b3fe2b05e1d928d7a5930c33c624b2f3a667:/src/msw/dummy.cpp diff --git a/src/msw/dummy.cpp b/src/msw/dummy.cpp index e03022c6f5..83850c956c 100644 --- a/src/msw/dummy.cpp +++ b/src/msw/dummy.cpp @@ -41,7 +41,7 @@ // Foils optimizations in Visual C++ (see also app.cpp). Without it, // dummy.obj isn't linked and we get a linker error. -#if defined(_MSC_VER) && defined(__WIN16__) +#if defined(_MSC_VER) char wxDummyChar=0; #endif