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:
@ -310,12 +310,12 @@ typedef hsColor32 hsRGBAColor32;
|
||||
|
||||
/****************************************************************************
|
||||
*
|
||||
* ref
|
||||
* REF
|
||||
* References a variable to prevent compiler warnings
|
||||
*
|
||||
***/
|
||||
|
||||
#define ref(a) ((void *)&(a))
|
||||
#define REF(a) ((void *)&(a))
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
|
Reference in New Issue
Block a user