mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Update1 for MSVC10
Capitalize the ref macro in hsTypes.h due to a name collision.
This commit is contained in:
@ -741,8 +741,8 @@ unsigned IniGetBoundedValue (
|
||||
unsigned maxVal,
|
||||
unsigned defVal
|
||||
) {
|
||||
ref(key);
|
||||
ref(section);
|
||||
REF(key);
|
||||
REF(section);
|
||||
|
||||
if (!value)
|
||||
return defVal;
|
||||
|
Reference in New Issue
Block a user