diff dw.h @ 525:2ff26b697877

Fixes for building with Innotek GCC. Will have to check for regressions with VAC and EMX.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 20 Mar 2004 01:21:13 +0000
parents 08d770271709
children 79696a852401
line wrap: on
line diff
--- a/dw.h	Wed Mar 17 18:49:14 2004 +0000
+++ b/dw.h	Sat Mar 20 01:21:13 2004 +0000
@@ -52,7 +52,7 @@
 #if defined(__OS2__) || defined(__WIN32__) || defined(__MAC__) || defined(WINNT) || defined(__EMX__)
 /* OS/2, Windows or MacOS */
 
-#if defined(__IBMC__) && !defined(API)
+#if (defined(__IBMC__) || defined(_System)) && !defined(API)
 #define API _System
 #endif