X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33b64e6f8b7cf372a569e61d7eee879217945043..ed39ff57b30a70a2395e07887a70bc01e7a3b7ec:/src/msw/dummy.cpp diff --git a/src/msw/dummy.cpp b/src/msw/dummy.cpp index 4b5d3141e8..4829376c7c 100644 --- a/src/msw/dummy.cpp +++ b/src/msw/dummy.cpp @@ -20,27 +20,17 @@ * This will produce a big PCH file. */ -#if defined(__BORLANDC__) -#if !(defined(__WIN32__) || defined(__NT__) || defined(__WIN32__)) -#pragma hdrfile "c:\wx\src\msw\wx.pch" -#endif - -#pragma hdrstart -#endif - #include "wx/wxprec.h" #ifdef __BORLANDC__ #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