From d6cde02dbce8c28c6af836e2dc1120f8a6ef9932 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 22 Aug 2011 23:54:48 +0300 Subject: Fix dbgutil build of pyuno Whether things actually work when pyuno is built against the debugging runtime, but the internal Python (to the best of my knowledge) still against the normal one, I don't know. But anyway, this makes the build succeed here. --- pyuno/inc/pyuno/pyuno.hxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'pyuno/inc') diff --git a/pyuno/inc/pyuno/pyuno.hxx b/pyuno/inc/pyuno/pyuno.hxx index e1bac60d96be..e3db6acc2e97 100644 --- a/pyuno/inc/pyuno/pyuno.hxx +++ b/pyuno/inc/pyuno/pyuno.hxx @@ -6,13 +6,7 @@ #if defined _MSC_VER #pragma warning(push, 1) #endif -#ifdef _DEBUG -#undef _DEBUG #include -#define _DEBUG -#else -#include -#endif // #ifdef _DEBUG #if defined _MSC_VER #pragma warning(pop) #endif -- cgit