Merge pull request #2964 from dumganhar/develop

[Win32] undef MessageBox since it will be conflicted with cocos2d::MessageBox.
This commit is contained in:
James Chen 2013-06-20 21:07:45 -07:00
commit 9b00f507c1
1 changed files with 4 additions and 0 deletions

View File

@ -105,5 +105,9 @@ NS_CC_END
#endif // __MINGW32__
#ifdef MessageBox
#undef MessageBox
#endif
#endif // __CC_STD_C_H__