]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/utils.cpp
wxListCtrl column resize bug corrected
[wxWidgets.git] / src / msw / utils.cpp
index e0ed4d72464ba873c3e150ccc0529db6f780a466..0664c058379be3f9875dd5e258ce0750e2a5622f 100644 (file)
@@ -75,6 +75,7 @@
 #include <stdarg.h>
 
 //// BEGIN for console support: VC++ only
+#ifdef __VISUALC__
 
 #include "wx/msw/msvcrt.h"
 
 #  define new new(__FILE__,__LINE__)
 #  endif
 
+#endif
+  // __VISUALC__
 /// END for console support
 
 // In the WIN.INI file
@@ -1072,7 +1075,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;