mirror of https://github.com/axmolengine/axmol.git
Merge pull request #2964 from dumganhar/develop
[Win32] undef MessageBox since it will be conflicted with cocos2d::MessageBox.
This commit is contained in:
commit
9b00f507c1
|
@ -105,5 +105,9 @@ NS_CC_END
|
|||
|
||||
#endif // __MINGW32__
|
||||
|
||||
#ifdef MessageBox
|
||||
#undef MessageBox
|
||||
#endif
|
||||
|
||||
#endif // __CC_STD_C_H__
|
||||
|
||||
|
|
Loading…
Reference in New Issue