mirror of https://github.com/axmolengine/axmol.git
issue #2430: Fixing conflicts.
This commit is contained in:
parent
feadd2b2dd
commit
825dd5927f
|
@ -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__
|
||||
|
||||
|
|
Loading…
Reference in New Issue