* libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of

including windows headers.
This commit is contained in:
Christopher Faylor
2000-11-22 01:49:19 +00:00
parent 5478bf376f
commit 08eac2aedd
2 changed files with 6 additions and 1 deletions

View File

@ -30,7 +30,7 @@ typedef struct
#ifdef _COMPILING_NEWLIB
struct
{
HANDLE __handle;
void *__handle;
char __open_p;
} __d_data;
#endif