multimedia/client/qt_gl_render/yuvgl/inc/utils.h

11 lines
248 B
C
Raw Normal View History

2020-05-11 15:35:53 +00:00
#pragma once
#include <string>
#include <memory>
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);