comparison 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
comparison
equal deleted inserted replaced
61:4a02842f8074 62:2be5174bdb5d
194 void sockshutdown(void); 194 void sockshutdown(void);
195 int makedir(char *path); 195 int makedir(char *path);
196 void nonblock(int fd); 196 void nonblock(int fd);
197 void block(int fd); 197 void block(int fd);
198 void setfileinfo(char *filename, char *url, char *logfile); 198 void setfileinfo(char *filename, char *url, char *logfile);
199 #if defined(__IBMC__) || defined(__WIN32__) 199 #if (defined(__IBMC__) && __IBMC__ < 360) || (defined(__WIN32__) && !defined(__CYGWIN32__))
200 unsigned long drivesize(int drive); 200 unsigned long drivesize(int drive);
201 unsigned long drivefree(int drive); 201 unsigned long drivefree(int drive);
202 #else 202 #else
203 unsigned long long drivefree(int drive); 203 unsigned long long drivefree(int drive);
204 unsigned long long drivesize(int drive); 204 unsigned long long drivesize(int drive);