summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 4e46af0cf8..dd64a63565 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -150,11 +150,9 @@ extern DWORD rb_w32_osid(void);
#undef unlink
#define unlink(p) rb_w32_unlink(p)
+struct timezone;
+
#ifdef __MINGW32__
-struct timezone {
- int tz_minuteswest;
- int tz_dsttime;
-};
#undef isascii
#define isascii __isascii
#endif