summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-09-08 18:50:06 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-09-09 10:53:10 +0300
commit2e5c28651cd75aa8b4defc486389624aaffc0edc (patch)
treed6f73b13decf2b7d4ab7078be6006ec07c9c1914 /hwpfilter
parent9db8c812829114e6df4095ea9aacc307c63a51c4 (diff)
I see no immediate reason for this #ifndef __MINGW32__
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/precompile.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/hwpfilter/source/precompile.h b/hwpfilter/source/precompile.h
index 4086191b5294..4d16348e1f89 100644
--- a/hwpfilter/source/precompile.h
+++ b/hwpfilter/source/precompile.h
@@ -30,13 +30,11 @@
#if defined _MSC_VER
#pragma warning(push, 1)
#endif
-#include "windows.h"
-#ifndef __MINGW32__
-#include "crtdbg.h"
+ #include "windows.h"
+ #include "crtdbg.h"
#if defined _MSC_VER
#pragma warning(pop)
#endif
#endif
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */