#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
-