]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dummy.cpp
The reinit of the stock objects shoudl not happen when wxPython is
[wxWidgets.git] / src / msw / dummy.cpp
index c21e7df120e3214f608cf6f723e02d867aa5e2ff..b4a58ed66a4d0fd97354b852cf6f1bf8f7d24766 100644 (file)
     #pragma hdrstop
 #endif
 
-#include <windows.h>
-
 #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__)
-    char wxDummyChar = 0;
-#endif
-