X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/33b64e6f8b7cf372a569e61d7eee879217945043..67b81440f079f88e6202a199fd5763af73bbac0f:/src/msw/dummy.cpp diff --git a/src/msw/dummy.cpp b/src/msw/dummy.cpp index 4b5d3141e8..ae232c15c7 100644 --- a/src/msw/dummy.cpp +++ b/src/msw/dummy.cpp @@ -20,22 +20,12 @@ * 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,