We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f9a9d commit 092c1efCopy full SHA for 092c1ef
src/timer/windows/SDL_systimer.c
@@ -51,7 +51,7 @@ void SDL_SYS_DelayNS(Uint64 ns)
51
Sint64 tick = ns;
52
tick /= 100;
53
tick *= -1;
54
- NTSYSAPI DWORD NTAPI NtDelayExecution( BOOLEAN Alertable, PLARGE_INTEGER DelayInterval );
+ NTSYSAPI NTSTATUS NTAPI NtDelayExecution( BOOLEAN Alertable, PLARGE_INTEGER DelayInterval );
55
NtDelayExecution(0, (PLARGE_INTEGER)&tick);
56
}
57
0 commit comments