We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4640169 commit 3ead804Copy full SHA for 3ead804
cocos2dx/platform/win32/CCFileUtilsWin32.cpp
@@ -93,7 +93,7 @@ bool CCFileUtilsWin32::isAbsolutePath(const std::string& strPath)
93
}
94
std::string CCFileUtilsWin32::fullPathForFilename(const char* pszFileName)
95
{
96
- std:string pszFileNameAscii = utf8Togbk(pszFileName);
+ std::string pszFileNameAscii = utf8Togbk(pszFileName);
97
return CCFileUtils::fullPathForFilename(pszFileNameAscii.c_str());
98
99
cocos2dx/support/zip_support/ZipUtils.h
@@ -26,6 +26,7 @@ THE SOFTWARE.
26
27
#include <string>
28
#include "CCPlatformDefine.h"
29
+#include "platform/CCPlatformConfig.h"
30
31
#if (CC_TARGET_PLATFORM == CC_PLATFORM_ANDROID)
32
#include "platform/android/CCFileUtilsAndroid.h"
0 commit comments