Files
netch/Redirector/Utils.h
2021-08-08 23:22:28 +08:00

9 lines
144 B
C

#pragma once
#ifndef UTILS_H
#define UTILS_H
#include "Based.h"
string ws2s(const wstring str);
wstring s2ws(const string str);
#endif