2001-12-15 14:08 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
2001-12-15 14:08 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
|
||||
|
||||
! Fixed missing #define for Cygwin (for setmode() prototype)
|
||||
|
||||
2001-12-15 13:58 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>
|
||||
|
||||
* source/rtl/dir.c
|
||||
|
||||
@@ -102,6 +102,10 @@
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
|
||||
#if defined(__CYGWIN__)
|
||||
#include <io.h>
|
||||
#endif
|
||||
|
||||
#if defined(__DJGPP__)
|
||||
#include <dir.h>
|
||||
#define _getdrive getdisk
|
||||
|
||||
Reference in New Issue
Block a user