From 94fb4e55c8f83442e79c99515b8cdf33997f56c4 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 17 Aug 2011 22:03:54 +0300 Subject: Fix MSVC build with debugging C/C++ runtime, i.e. with --enable-dbgutil Whether this stuff actually works with the debugging runtime is another question... The reason why the .cxx and .hxx files in this commit explicitly undefined _DEBUG is unknown. As usual the old commit message doesn't give any clue. Hamburg apparently didn't use the debug runtime in their "dbgutil" a.k.a. "non-pro" builds? --- embedserv/source/inc/embeddoc.hxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'embedserv/source/inc/embeddoc.hxx') diff --git a/embedserv/source/inc/embeddoc.hxx b/embedserv/source/inc/embeddoc.hxx index 40081abefb4b..fef44f1ff541 100644 --- a/embedserv/source/inc/embeddoc.hxx +++ b/embedserv/source/inc/embeddoc.hxx @@ -28,9 +28,6 @@ #ifndef _EMBEDDOC_HXX_ #define _EMBEDDOC_HXX_ -#if defined(_MSC_VER) && (_MSC_VER >= 1300) -#undef _DEBUG -#endif #if defined(_MSC_VER) && (_MSC_VER > 1310) #pragma warning(disable : 4917 4555) #endif -- cgit v1.2.3