X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96385642199fe258eca924af8ecf204f814a4318..8cbd2bdeff7178c343d4f5832f5d83aa37d89ca1:/src/msw/app.cpp diff --git a/src/msw/app.cpp b/src/msw/app.cpp index acb3f169f9..de98ccfba2 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -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