#ifndef STAR_STRING_WINDOWS_HPP #define STAR_STRING_WINDOWS_HPP #include #include "StarString.hpp" namespace Star { String utf16ToString(WCHAR const* s); unique_ptr stringToUtf16(String const& s); } #endif