summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-03-26 12:53:01 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-03-26 12:53:01 +0000
commit3ce7948b860911232c3d29f9b8ccbce77669c243 (patch)
tree2d9725ccadc696c267772a49a16fe3e105d402e6 /hwpfilter
parente83e06e836d29f26e0a6d3166fb7e57df291b9b4 (diff)
INTEGRATION: CWS mingwport03 (1.3.8); FILE MERGED
2006/09/07 09:35:59 vg 1.3.8.1: #i53572# MinGW port
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/precompile.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/hwpfilter/source/precompile.h b/hwpfilter/source/precompile.h
index c3e47697df32..3b9058c15989 100644
--- a/hwpfilter/source/precompile.h
+++ b/hwpfilter/source/precompile.h
@@ -4,9 +4,9 @@
*
* $RCSfile: precompile.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2006-06-20 00:56:22 $
+ * last change: $Author: vg $ $Date: 2007-03-26 13:53:01 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -34,7 +34,7 @@
************************************************************************/
/*
- $Id: precompile.h,v 1.3 2006-06-20 00:56:22 hr Exp $
+ $Id: precompile.h,v 1.4 2007-03-26 13:53:01 vg Exp $
*/
#ifdef _WIN32
@@ -42,9 +42,11 @@
#pragma warning(push, 1)
#endif
#include "windows.h"
+#ifndef __MINGW32__
//#include "stdafx.h"
#include "crtdbg.h"
#if defined _MSC_VER
#pragma warning(pop)
#endif
#endif
+#endif