摘要: #include #include #include #define BUFF_SIZE 1024 wchar_t * ANSIToUnicode( const char* str ) { int textlen ; wchar_t * result; textlen = MultiByteToWideChar( CP_ACP, 0, st... 阅读全文
posted @ 2016-11-25 14:06 风的哀伤 阅读(2949) 评论(0) 推荐(0)