From 08eac2aedddd2c5d71a70c133e9563ce3ac4e6db Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 22 Nov 2000 01:49:19 +0000 Subject: * libc/sys/cygwin/sys/dirent.h: Change definition to avoid necessity of including windows headers. --- newlib/libc/sys/cygwin/sys/dirent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc') diff --git a/newlib/libc/sys/cygwin/sys/dirent.h b/newlib/libc/sys/cygwin/sys/dirent.h index 3c0ec4e77..b3d52f70e 100644 --- a/newlib/libc/sys/cygwin/sys/dirent.h +++ b/newlib/libc/sys/cygwin/sys/dirent.h @@ -30,7 +30,7 @@ typedef struct #ifdef _COMPILING_NEWLIB struct { - HANDLE __handle; + void *__handle; char __open_p; } __d_data; #endif -- cgit v1.2.3