PR: 1230
This commit is contained in:
Andy Polyakov
2008-12-30 13:30:57 +00:00
parent 1ff7b6492b
commit f17c45611e
9 changed files with 56 additions and 6 deletions

View File

@@ -81,6 +81,13 @@
# include <sys/stat.h>
#endif
#ifdef _WIN32
#define stat _stat
#define chmod _chmod
#define open _open
#define fdopen _fdopen
#endif
#undef BUFSIZE
#define BUFSIZE 1024
#define RAND_DATA 1024