summaryrefslogtreecommitdiff
path: root/hwpfilter
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-09-20 13:47:41 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-09-20 13:47:41 +0000
commit9b3ab95b02f3727b2a576c26167c51539cd1135f (patch)
treee240376b2396c548eb755daf3228952af3e233fb /hwpfilter
parenta956d7bddbd3f92f8d12094bd0884864b115e55d (diff)
INTEGRATION: CWS os2port01 (1.3.34); FILE MERGED
2006/12/28 14:59:48 ydario 1.3.34.1: OS/2 initial import.
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hwplib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/hwpfilter/source/hwplib.h b/hwpfilter/source/hwplib.h
index 92a80176251c..1c75c87d3b64 100644
--- a/hwpfilter/source/hwplib.h
+++ b/hwpfilter/source/hwplib.h
@@ -4,9 +4,9 @@
*
* $RCSfile: hwplib.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-07 16:41:29 $
+ * last change: $Author: vg $ $Date: 2007-09-20 14:47:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,7 +33,7 @@
*
************************************************************************/
-/* $Id: hwplib.h,v 1.3 2005-09-07 16:41:29 rt Exp $ */
+/* $Id: hwplib.h,v 1.4 2007-09-20 14:47:41 vg Exp $ */
#ifndef _HWPLIB_H_
#define _HWPLIB_H_
@@ -51,7 +51,7 @@ typedef unsigned char echar;
#endif // _HCHAR_
#if !defined(WIN32)
-#ifndef _BOOL_T_
+#if !defined(_BOOL_T_) && !defined(OS2)
typedef unsigned short BOOL;
#endif /* _BOOL_T_ */
typedef unsigned short WORD;