mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-08 00:36:30 +00:00
Change errorCode to int for consistency between 32-bit and 64-bit platforms
Unfortunately this requires updating all client code that uses these callbacks.
This commit is contained in:
@@ -466,7 +466,7 @@ static void controlReceiveThreadFunc(void* context) {
|
||||
return;
|
||||
}
|
||||
|
||||
long terminationErrorCode = -1;
|
||||
int terminationErrorCode = -1;
|
||||
|
||||
while (!PltIsThreadInterrupted(&controlReceiveThread)) {
|
||||
ENetEvent event;
|
||||
|
||||
Reference in New Issue
Block a user