From: Vadim Zeitlin Date: Wed, 3 Feb 1999 22:58:21 +0000 (+0000) Subject: another compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cf45d1f4b30768eaa9d422197ef4527f7498a3df another compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/utils.cpp b/src/msw/utils.cpp index e0ed4d7246..6d51207e7c 100644 --- a/src/msw/utils.cpp +++ b/src/msw/utils.cpp @@ -1072,7 +1072,7 @@ void OutputDebugStringW95(const char* lpOutputString, ...) #endif -#ifdef 0 +#if 0 // maximum mumber of lines the output console should have static const WORD MAX_CONSOLE_LINES = 500;