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:
@ -156,8 +156,8 @@ static inline bool ICompareStringI (const T lhs[], const T rhs[]) {
|
||||
|
||||
//============================================================================
|
||||
static inline bool ICompareArray (const byte lhs[], const byte rhs[]) {
|
||||
ref(lhs);
|
||||
ref(rhs);
|
||||
REF(lhs);
|
||||
REF(rhs);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user