mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Remove useless ref macro, since it conflicts with VS2010's libraries.
The compiler warnings will have to be cleaned up later (without the use of a silly macro)
This commit is contained in:
@ -140,8 +140,6 @@ static inline bool ICompareStringI (const T lhs[], const T rhs[]) {
|
||||
|
||||
//============================================================================
|
||||
static inline bool ICompareArray (const byte lhs[], const byte rhs[]) {
|
||||
ref(lhs);
|
||||
ref(rhs);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user