Files
conctrl/conctrl/coding.h
T
2018-11-28 22:54:53 +08:00

7 lines
132 B
C++

#ifndef _HEAD_CODING_
#define _HEAD_CODING_
#include <windows.h>
std::string UTF8ToANSI(const char* str);
#endif // !_HEAD_CODING_