From 8700c0b07ed27e6377fa50809c1fa76c4933d37f Mon Sep 17 00:00:00 2001 From: Dale Stammen Date: Tue, 14 Oct 2014 14:22:19 -0700 Subject: [PATCH] added check for WinRT and WP8 --- cocos/ui/GUIExport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/ui/GUIExport.h b/cocos/ui/GUIExport.h index 983504664f..717a0ad9e4 100644 --- a/cocos/ui/GUIExport.h +++ b/cocos/ui/GUIExport.h @@ -1,7 +1,7 @@ #ifndef __CCLIBGUI_H__ #define __CCLIBGUI_H__ -#if defined(WIN32) && defined(_WINDOWS) +#if (defined(WIN32) && defined(_WINDOWS)) || defined(WINRT) || defined(WP8) #ifdef __MINGW32__ #include #endif