X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/debdd17e991830c4ced82f5e4672fe2b32a684c2..750b78ba359e7d30c7d3ad49d268923e986268cb:/src/msw/dummydll.cpp diff --git a/src/msw/dummydll.cpp b/src/msw/dummydll.cpp index 1a594077d8..f1a29bcf1e 100644 --- a/src/msw/dummydll.cpp +++ b/src/msw/dummydll.cpp @@ -19,7 +19,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__) && defined(__WIN16__) +#if defined(__VISUALC__) char wxDummyChar=0; #endif