RELATIVE was defined on windows, un-define it.

This commit is contained in:
James Chen 2013-07-26 14:16:12 +08:00
parent 2abd61b967
commit 6c00a51517
1 changed files with 4 additions and 0 deletions

View File

@ -103,5 +103,9 @@ NS_CC_END
#undef MessageBox
#endif
#ifdef RELATIVE
#undef RELATIVE
#endif
#endif // __CC_STD_C_H__