X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25889d3c43f537fea00a2b7d6df7bd7e63e113f8..a0be434e78d628764aa143b82b3c57e9603b7357:/src/msw/dummy.cpp diff --git a/src/msw/dummy.cpp b/src/msw/dummy.cpp index c21e7df120..4829376c7c 100644 --- a/src/msw/dummy.cpp +++ b/src/msw/dummy.cpp @@ -26,13 +26,11 @@ #pragma hdrstop #endif -#include - #include "wx/msw/msvcrt.h" // 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