mirror of https://github.com/axmolengine/axmol.git
CCUserDefault.cpp: Should not compile on Mac platform (should be using CCUserDefault.mm implementation).
This commit is contained in:
parent
f2a7814769
commit
7bac05a497
|
@ -28,7 +28,7 @@ THE SOFTWARE.
|
|||
#include "tinyxml2.h"
|
||||
#include "base/base64.h"
|
||||
|
||||
#if (CC_TARGET_PLATFORM != CC_PLATFORM_IOS && CC_TARGET_PLATFORM != CC_PLATFORM_ANDROID)
|
||||
#if (CC_TARGET_PLATFORM != CC_PLATFORM_IOS && CC_TARGET_PLATFORM != CC_PLATFORM_MAC && CC_TARGET_PLATFORM != CC_PLATFORM_ANDROID)
|
||||
|
||||
// root name of xml
|
||||
#define USERDEFAULT_ROOT_NAME "userDefaultRoot"
|
||||
|
|
Loading…
Reference in New Issue