summaryrefslogtreecommitdiff
path: root/pyuno
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-08-22 23:54:48 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-22 23:54:48 +0300
commitd6cde02dbce8c28c6af836e2dc1120f8a6ef9932 (patch)
treea95034950c135e8556b1428d52c997af01f2ff12 /pyuno
parentc3b5c166b9bc212d631558a7568a6eb24fea11c0 (diff)
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.
Diffstat (limited to 'pyuno')
-rw-r--r--pyuno/inc/pyuno/pyuno.hxx6
1 files changed, 0 insertions, 6 deletions
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 <Python.h>
-#define _DEBUG
-#else
-#include <Python.h>
-#endif // #ifdef _DEBUG
#if defined _MSC_VER
#pragma warning(pop)
#endif