v1.4.4
This commit is contained in:
commit
9c94d113d3
10260 changed files with 1237388 additions and 0 deletions
15
source/core/StarString_windows.hpp
Normal file
15
source/core/StarString_windows.hpp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
#ifndef STAR_STRING_WINDOWS_HPP
|
||||
#define STAR_STRING_WINDOWS_HPP
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "StarString.hpp"
|
||||
|
||||
namespace Star {
|
||||
|
||||
String utf16ToString(WCHAR const* s);
|
||||
unique_ptr<WCHAR[]> stringToUtf16(String const& s);
|
||||
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue