mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 00:45:49 +00:00
Fix return type of PltSleepMs
This commit is contained in:
parent
3740fd295c
commit
d54c7cc821
@ -43,4 +43,4 @@ int PltWaitForEvent(PLT_EVENT *event);
|
||||
#define PLT_WAIT_SUCCESS 0
|
||||
#define PLT_WAIT_INTERRUPTED 1
|
||||
|
||||
int PltSleepMs(int ms);
|
||||
void PltSleepMs(int ms);
|
Loading…
x
Reference in New Issue
Block a user