summaryrefslogtreecommitdiff
path: root/xml2cmp
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:57:07 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-11-02 11:57:07 +0000
commit3cb2e049363b286fb149b5ba3ef1e3f0bd41bf4e (patch)
tree3e55679cb7c23041bb9c5fce9de3d6e3ebc301fe /xml2cmp
parent431efb4eca26a2b1dfc6ecff54210353f270ac3f (diff)
INTEGRATION: CWS os2port02 (1.10.40); FILE MERGED
2007/10/04 19:45:26 ydario 1.10.40.1: Issue number: i82034 Submitted by: ydario Reviewed by: ydario Commit of changes for OS/2 CWS source code integration.
Diffstat (limited to 'xml2cmp')
-rw-r--r--xml2cmp/source/xcd/main.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xml2cmp/source/xcd/main.cxx b/xml2cmp/source/xcd/main.cxx
index 736c043e6582..c3dcd0a5c267 100644
--- a/xml2cmp/source/xcd/main.cxx
+++ b/xml2cmp/source/xcd/main.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: main.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:03:01 $
+ * last change: $Author: hr $ $Date: 2007-11-02 12:57:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -182,7 +182,7 @@ Create_TypeInfo( const char * o_sOutputFile,
#if 0
std::ofstream aOut(o_sOutputFile, std::ios::out
-#ifdef WNT
+#if defined(WNT) || defined(OS2)
| std::ios::binary
#endif
);
@@ -259,7 +259,7 @@ Put2File_TypeInfo( const char * i_sOutputFile,
ModuleDescription & i_rData )
{
std::ofstream aOut(i_sOutputFile, std::ios::out
-#ifdef WNT
+#if defined(WNT) || defined(OS2)
| std::ios::binary
#endif
);