mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 02:51:27 +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;
|
||||
|
Reference in New Issue
Block a user