mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +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:
@ -292,16 +292,6 @@ typedef hsColor32 hsRGBAColor32;
|
||||
#endif
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
*
|
||||
* ref
|
||||
* References a variable to prevent compiler warnings
|
||||
*
|
||||
***/
|
||||
|
||||
#define ref(a) ((void *)&(a))
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
*
|
||||
* UNIQUE_SYMBOL
|
||||
|
Reference in New Issue
Block a user