issue #2430: Fixing conflicts.

This commit is contained in:
James Chen 2013-07-27 01:11:21 +08:00
parent feadd2b2dd
commit 825dd5927f
1 changed files with 7 additions and 0 deletions

View File

@ -99,13 +99,20 @@ NS_CC_END
#endif // __MINGW32__
// Conflicted with cocos2d::MessageBox, so we need to undef it.
#ifdef MessageBox
#undef MessageBox
#endif
// Conflicted with ParticleSystem::PositionType::RELATIVE, so we need to undef it.
#ifdef RELATIVE
#undef RELATIVE
#endif
// Conflicted with HttpRequest::Type::DELETE, so we need to undef it.
#ifdef DELETE
#undef DELETE
#endif
#endif // __CC_STD_C_H__