dbertoni 2002/09/24 17:42:43 Modified: c/src/XalanExe XalanExe.cpp Log: Fixed ifdef. Revision Changes Path 1.13 +1 -1 xml-xalan/c/src/XalanExe/XalanExe.cpp Index: XalanExe.cpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/XalanExe/XalanExe.cpp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- XalanExe.cpp 30 Aug 2002 23:58:48 -0000 1.12 +++ XalanExe.cpp 25 Sep 2002 00:42:43 -0000 1.13 @@ -465,7 +465,7 @@ int argc, const char* argv[]) { -#if !defined(XALAN_USE_ICU) && !defined(NDEBUG) && defined(_MSC_VER) +#if !defined(NDEBUG) && defined(_MSC_VER) _CrtSetDbgFlag(_CrtSetDbgFlag(_CRTDBG_REPORT_FLAG) | _CRTDBG_LEAK_CHECK_DF); _CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]