mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Update1 for MSVC10
Capitalize the ref macro in hsTypes.h due to a name collision.
This commit is contained in:
@ -448,7 +448,7 @@ static void INetCliAuthCreatePlayerRequestCallback (
|
||||
void * param,
|
||||
const NetCliAuthPlayerInfo & playerInfo
|
||||
) {
|
||||
ref(param);
|
||||
REF(param);
|
||||
|
||||
if (IS_NET_ERROR(result)) {
|
||||
LogMsg(kLogDebug, L"Create player failed: %s", NetErrorToString(result));
|
||||
@ -522,7 +522,7 @@ static void INetCliAuthChangePasswordCallback (
|
||||
ENetError result,
|
||||
void * param
|
||||
) {
|
||||
ref(param);
|
||||
REF(param);
|
||||
|
||||
if (IS_NET_ERROR(result)) {
|
||||
LogMsg(kLogDebug, L"Change password failed: %s", NetErrorToString(result));
|
||||
|
Reference in New Issue
Block a user