INTEGRATION: CWS os2port02 (1.9.20); FILE MERGED

2007/10/04 19:45:26 ydario 1.9.20.1: Issue number: i82034
Submitted by: ydario
Reviewed by:  ydario
Commit of changes for OS/2 CWS source code integration.
This commit is contained in:
Jens-Heiner Rechtien 2007-11-02 11:56:02 +00:00
parent dfb922cb8f
commit 26b3fca190

View file

@ -4,9 +4,9 @@
* *
* $RCSfile: cr_html.cxx,v $ * $RCSfile: cr_html.cxx,v $
* *
* $Revision: 1.9 $ * $Revision: 1.10 $
* *
* last change: $Author: vg $ $Date: 2006-09-25 13:26:08 $ * last change: $Author: hr $ $Date: 2007-11-02 12:56:02 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@ -61,7 +61,7 @@ HtmlCreator::HtmlCreator( const char * i_pOutputFileName,
const XmlElement & i_rDocument, const XmlElement & i_rDocument,
const Simstr & i_sIDL_BaseDirectory ) const Simstr & i_sIDL_BaseDirectory )
: aFile(i_pOutputFileName, std::ios::out : aFile(i_pOutputFileName, std::ios::out
#ifdef WNT #if defined(WNT) || defined(OS2)
| std::ios::binary | std::ios::binary
#endif #endif
), ),