Update CocosGUI.h

This commit is contained in:
Jeff Wang 2014-09-18 01:01:19 +08:00
parent 08e8963b1a
commit 9cb970be62
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ THE SOFTWARE.
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS)
#include "ui/UIVideoPlayer.h"
#endif
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_WIN32))
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID || CC_TARGET_PLATFORM == CC_PLATFORM_IOS || CC_TARGET_PLATFORM == CC_PLATFORM_WIN32)
#include "ui/UIWebView.h"
#endif
#include "ui/UIDeprecated.h"