win32 fix
This commit is contained in:
parent
e00f110d54
commit
3e8572623c
@ -1256,7 +1256,7 @@ int
|
||||
g_time1(void)
|
||||
{
|
||||
#if defined(_WIN32)
|
||||
return 0;
|
||||
return GetTickCount() / 1000;
|
||||
#else
|
||||
return time(0);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user