diff options
Diffstat (limited to 'win32/win32iop.h')
-rw-r--r-- | win32/win32iop.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h index 9b1b4e242a..842bc073be 100644 --- a/win32/win32iop.h +++ b/win32/win32iop.h @@ -130,7 +130,6 @@ DllExport int win32_putenv(const char *name); DllExport unsigned win32_sleep(unsigned int); DllExport int win32_times(struct tms *timebuf); DllExport unsigned win32_alarm(unsigned int sec); -DllExport int win32_stat(const char *path, Stat_t *buf); DllExport char* win32_longpath(char *path); DllExport char* win32_ansipath(const WCHAR *path); DllExport int win32_ioctl(int i, unsigned int u, char *data); |