fix for RELATIVE reserved word in wp8 compiler

This commit is contained in:
Dale Stammen 2014-03-22 06:09:16 -07:00
parent 44e6efea64
commit bfaa5882fe
1 changed files with 7 additions and 0 deletions

View File

@ -125,6 +125,13 @@ emitter.startSpin = 0;
@endcode
*/
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WP8) || (CC_TARGET_PLATFORM == CC_PLATFORM_WINRT)
#ifdef RELATIVE
#undef RELATIVE
#endif
#endif
class CC_DLL ParticleSystem : public Node, public TextureProtocol
{
public: