mirror of https://github.com/axmolengine/axmol.git
RELATIVE was defined on windows, un-define it.
This commit is contained in:
parent
2abd61b967
commit
6c00a51517
|
@ -103,5 +103,9 @@ NS_CC_END
|
|||
#undef MessageBox
|
||||
#endif
|
||||
|
||||
#ifdef RELATIVE
|
||||
#undef RELATIVE
|
||||
#endif
|
||||
|
||||
#endif // __CC_STD_C_H__
|
||||
|
||||
|
|
Loading…
Reference in New Issue