mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00:00
Fixes for UUID compilation on Windows.
This commit is contained in:
@ -489,7 +489,7 @@ static void SocketInitListen (
|
||||
notify.buildId = 0;
|
||||
notify.buildType = 0;
|
||||
notify.branchId = 0;
|
||||
notify.productId = 0;
|
||||
notify.productId = kNilUuid;
|
||||
notify.addr = listenAddr;
|
||||
notify.buffer = sock->opRead.read.buffer;
|
||||
notify.bytes = 0;
|
||||
|
@ -428,6 +428,6 @@ FAsyncNotifySocketProc AsyncSocketFindNotifyProc (
|
||||
*buildId = 0;
|
||||
*buildType = 0;
|
||||
*branchId = 0;
|
||||
*productId = 0;
|
||||
*productId = kNilUuid;
|
||||
return nil;
|
||||
}
|
||||
|
Reference in New Issue
Block a user