mirror of https://github.com/axmolengine/axmol.git
fix the define problem
This commit is contained in:
parent
94523b667a
commit
2f4fbbf4e8
|
@ -25,12 +25,6 @@
|
|||
#include "Node3DReader.h"
|
||||
|
||||
#include "cocostudio/CSParseBinary_generated.h"
|
||||
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) || (CC_TARGET_PLATFORM == CC_PLATFORM_WINRT) || (CC_TARGET_PLATFORM == CC_PLATFORM_WP8)
|
||||
// conflict with near and far defines in windows.h
|
||||
#undef near
|
||||
#undef far
|
||||
#endif
|
||||
#include "cocostudio/CSParse3DBinary_generated.h"
|
||||
|
||||
#include "cocostudio/FlatBuffersSerialize.h"
|
||||
|
|
|
@ -25,12 +25,6 @@
|
|||
#include "Sprite3DReader.h"
|
||||
|
||||
#include "cocostudio/CSParseBinary_generated.h"
|
||||
|
||||
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WIN32) || (CC_TARGET_PLATFORM == CC_PLATFORM_WINRT) || (CC_TARGET_PLATFORM == CC_PLATFORM_WP8)
|
||||
// conflict with near and far defines in windows.h
|
||||
#undef near
|
||||
#undef far
|
||||
#endif
|
||||
#include "cocostudio/CSParse3DBinary_generated.h"
|
||||
|
||||
#include "cocostudio/FlatBuffersSerialize.h"
|
||||
|
|
Loading…
Reference in New Issue