Update cocos2dx/platform/CCPlatformMacros.h

This commit is contained in:
dumganhar 2011-11-14 11:35:04 +08:00
parent 7cb27a76ae
commit 0fa48e2cfb
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ public: inline void set##funName(const varType& var){ varName = var; }
#else /* use a DLL library */
#define CC_DLL __declspec(dllimport)
#endif
#include <vld.h>
#endif // CC_PLATFORM_WIN32
#if (CC_TARGET_PLATFORM == CC_PLATFORM_WOPHONE && defined(_TRANZDA_VM_))