#pragma once #include #include using namespace std; string GetGUID(); std::wstring s2ws(const std::string& s); string WideCharToMultiChar(wstring str); string Utf8ToAnsi(const char *UTF8); wstring char2wchar(const char* cchar);