engine: platform: sys_win: fixed compiling error
This commit is contained in:
parent
7ba2209124
commit
2465782a3e
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ qboolean Win32_NanoSleep( int nsec )
|
|||
if( !g_waitable_timer )
|
||||
return false;
|
||||
|
||||
ts.QuadPart = { -nsec / 100 };
|
||||
ts.QuadPart = -nsec / 100;
|
||||
|
||||
if( !SetWaitableTimer( g_waitable_timer, &ts, 0, NULL, NULL, FALSE ))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue