2001-12-15 14:08 UTC+0100 Viktor Szakats <viktor.szakats@syenar.hu>

This commit is contained in:
Viktor Szakats
2001-12-15 13:08:35 +00:00
parent 98b3e10e74
commit db897ae912
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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