摘要:
wchar_t* AnsiToUnicode(const char* szStr){ int nLen = MultiByteToWideChar(CP_ACP, MB_PRECOMPOSED, szStr, -1, NULL, 0); if (nLen == 0) { return NULL; } 阅读全文
posted @ 2017-06-18 20:10
g_che
阅读(280)
评论(0)
推荐(0)
2017年6月18日