summaryrefslogtreecommitdiff
path: root/win32/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32.c')
-rw-r--r--win32/win32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c
index 6c27ffa277..c7ee9844b1 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -4274,7 +4274,7 @@ filetime_to_timeval(const FILETIME* ft, struct timeval *tv)
}
/* License: Ruby's */
-int _cdecl
+int __cdecl
gettimeofday(struct timeval *tv, struct timezone *tz)
{
FILETIME ft;