From 012ce473896753200a43565edb721592428bdf42 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 14 Apr 2005 16:04:47 +0000 Subject: [PATCH] Forgot to remove #endif git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/app.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/msw/app.cpp b/src/msw/app.cpp index 8d6c1c67cc..2c0de2d845 100644 --- a/src/msw/app.cpp +++ b/src/msw/app.cpp @@ -644,7 +644,6 @@ int wxApp::GetComCtl32Version() dvi.dwMinorVersion; } } -//#endif // if DllGetVersion() is unavailable either during compile or // run-time, try to guess the version otherwise -- 2.45.2