Fix compilation on *nix systems

This commit is contained in:
Alexander S. Aganichev 2003-04-10 14:37:15 +00:00
parent f6350dcf17
commit 939e094421

View File

@ -42,6 +42,10 @@
#define mymkdir(path) mkdir(path, 0)
#endif
#ifndef O_BINARY
#define O_BINARY 0
#endif
/* fexists.c */
int fexist(const char *filename);
long fsize(const char *filename);