CCUserDefault.cpp: Should not compile on Mac platform (should be using CCUserDefault.mm implementation).

This commit is contained in:
Nick Barrios 2014-05-29 10:36:15 -04:00
parent f2a7814769
commit 7bac05a497
1 changed files with 1 additions and 1 deletions

View File

@ -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"