axmol/cocos/platform/win32
Vladimir Perminov 52b35acf95 [Win32,WinRT] Fix listFiles and listFilesRecursively use unicode. (#17813)
* [Win32,WinRT] Fix listFiles and listFilesRecursively use unicode.

1. Incorrect convertation to unicode
if (length != fullpath.size()) correct only ASCII char.
2. For convert unicode exist api, to avoid errors.
3. Equal first char on '.' - error
Need check full name file on "." and "..", otherwise exclude file and
folder begin '.'

Now not use macro UNICODE, for easy use unicode convert api(Otherwise,
you need to connect different versions WinRT and Win32).

* Fix minggo remark.

* Move to specific platform section.
2017-05-18 09:18:18 +08:00
..
compat Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
CCApplication-win32.cpp fixed #17497: Win32 performance is bad. (#17556) 2017-03-22 15:03:00 +08:00
CCApplication-win32.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCCommon-win32.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCDevice-win32.cpp Refactoring editbox and system label on win32 platform (#17828) 2017-05-17 16:20:21 +08:00
CCFileUtils-win32.cpp [Win32,WinRT] Fix listFiles and listFilesRecursively use unicode. (#17813) 2017-05-18 09:18:18 +08:00
CCFileUtils-win32.h [Win32,WinRT] Fix listFiles and listFilesRecursively use unicode. (#17813) 2017-05-18 09:18:18 +08:00
CCGL-win32.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCPlatformDefine-win32.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCStdC-win32.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCStdC-win32.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCUtils-win32.cpp Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
CCUtils-win32.h Update license to 2017 (#17362) 2017-02-14 14:36:57 +08:00
inet_pton_mingw.cpp Fixes 1605 include path in 541 files 2016-03-20 21:53:44 +08:00
inet_pton_mingw.h MinGW build fix 2015-03-05 11:11:13 +03:00