X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f1df09276caf8575eed4e9bf2689c69903a749a9..606b005fb2b535b34d1ca45d2d06ee86718e8b1c:/src/msw/dummy.cpp diff --git a/src/msw/dummy.cpp b/src/msw/dummy.cpp index ae232c15c7..4829376c7c 100644 --- a/src/msw/dummy.cpp +++ b/src/msw/dummy.cpp @@ -30,7 +30,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(__VISUALC__) +#if defined(__VISUALC__) && defined(__WIN16__) char wxDummyChar = 0; #endif