diff compat.h @ 62:2be5174bdb5d

Sync with latest DW code. Tab and RGB fixes.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sat, 08 Dec 2001 04:47:43 +0000
parents 8add9a616d0e
children ab77a22a2a36
line wrap: on
line diff
--- a/compat.h	Wed Dec 05 06:03:49 2001 +0000
+++ b/compat.h	Sat Dec 08 04:47:43 2001 +0000
@@ -196,7 +196,7 @@
 void nonblock(int fd);
 void block(int fd);
 void setfileinfo(char *filename, char *url, char *logfile);
-#if defined(__IBMC__) || defined(__WIN32__)
+#if (defined(__IBMC__) && __IBMC__ < 360) || (defined(__WIN32__) && !defined(__CYGWIN32__))
 unsigned long drivesize(int drive);
 unsigned long drivefree(int drive);
 #else