зеркало из https://github.com/microsoft/cocos2d-x.git
#undef NEAR reserved word for WP8 and WinRT
This commit is contained in:
Родитель
9784f4d9f3
Коммит
6fcf43e64d
|
@ -32,6 +32,9 @@
|
|||
#include "base/CCRef.h"
|
||||
#include "math/CCMath.h"
|
||||
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WP8) || (CC_TARGET_PLATFORM == CC_PLATFORM_WINRT)
|
||||
#undef NEAR
|
||||
#endif
|
||||
|
||||
NS_CC_BEGIN
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче