anotherim-desktop/plugins/windows-notification/api/include/converter.hpp
2021-06-09 07:19:14 -03:00

7 lines
163 B
C++

#pragma once
#include <string>
#include <string_view>
std::wstring sview_to_wstr(const std::string_view str);
char* wsview_to_char(const std::wstring_view wstr);