]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
Added dataxpm.c to avoid name clash; removed ifdefing around wxDummyChar
[wxWidgets.git] / src / msw / app.cpp
index acb3f169f9e82906012ca257942716fdb7b1df1b..de98ccfba20ad7b531f6ec3d9157966b0fc537c5 100644 (file)
@@ -260,7 +260,8 @@ bool wxApp::Initialize()
 
     // This is to foil optimizations in Visual C++ that
     // throw out dummy.obj.
-#if 0 && defined(_MSC_VER) && !defined(WXMAKINGDLL)
+    // PLEASE DO NOT ALTER THIS.
+#if defined(_MSC_VER) && !defined(WXMAKINGDLL)
     extern char wxDummyChar;
     if (wxDummyChar) wxDummyChar++;
 #endif