mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-07 08:16:08 +00:00
Fix return type of PltSleepMs
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user