INTEGRATION: CWS os2port01 (1.7.6); FILE MERGED
2007/09/05 05:50:45 obr 1.7.6.3: RESYNC: (1.10-1.12); FILE MERGED 2007/08/09 07:21:49 obr 1.7.6.2: RESYNC: (1.7-1.10); FILE MERGED 2006/12/28 14:34:22 ydario 1.7.6.1: OS/2 initial import.
This commit is contained in:
parent
20d96484e9
commit
411a90a302
1 changed files with 7 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: image.cxx,v $
|
||||
*
|
||||
* $Revision: 1.12 $
|
||||
* $Revision: 1.13 $
|
||||
*
|
||||
* last change: $Author: obo $ $Date: 2007-07-18 10:42:46 $
|
||||
* last change: $Author: vg $ $Date: 2007-09-20 14:50:23 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -87,6 +87,11 @@
|
|||
# if defined _MSC_VER
|
||||
# pragma warning(pop)
|
||||
# endif
|
||||
#elif defined(OS2)
|
||||
namespace os2
|
||||
{
|
||||
#include <svpm.h>
|
||||
}
|
||||
#else
|
||||
#if !defined(QUARTZ)
|
||||
namespace unx
|
||||
|
|
Loading…
Reference in a new issue