From ef13db46437a06a1cb9eb626472040f8cd9a4fe4 Mon Sep 17 00:00:00 2001 From: Dale Stammen Date: Tue, 14 Oct 2014 14:19:14 -0700 Subject: [PATCH] updated pch include files --- cocos/platform/winrt/pch.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cocos/platform/winrt/pch.h b/cocos/platform/winrt/pch.h index 5e0bbb907c..5dbe96eb9f 100644 --- a/cocos/platform/winrt/pch.h +++ b/cocos/platform/winrt/pch.h @@ -1,3 +1,11 @@ #pragma once +#include "targetver.h" + +#ifndef WIN32_LEAN_AND_MEAN +#define WIN32_LEAN_AND_MEAN +#endif + +#include #include "cocos2d.h" +#include "cocos-ext.h" \ No newline at end of file