diff options
| -rw-r--r-- | win32/win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c index 9bdc9f8276..9095b1a251 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -4781,7 +4781,7 @@ filetime_to_timespec(FILETIME ft, struct timespec *sp) } /* License: Ruby's */ -static const secs_in_ns = 1000000000; +static const long secs_in_ns = 1000000000; /* License: Ruby's */ int |
