summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
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: */