mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
Trying to fix the windows build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210805 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d5132f9073
commit
daf73d60ef
@ -163,10 +163,9 @@ c_str(SmallVectorImpl<T> &str) {
|
||||
|
||||
namespace sys {
|
||||
namespace windows {
|
||||
error_code UTF8ToUTF16(StringRef utf8,
|
||||
SmallVectorImpl<wchar_t> &utf16);
|
||||
error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
|
||||
SmallVectorImpl<char> &utf8);
|
||||
std::error_code UTF8ToUTF16(StringRef utf8, SmallVectorImpl<wchar_t> &utf16);
|
||||
std::error_code UTF16ToUTF8(const wchar_t *utf16, size_t utf16_len,
|
||||
SmallVectorImpl<char> &utf8);
|
||||
} // end namespace windows
|
||||
} // end namespace sys
|
||||
} // end namespace llvm.
|
||||
|
Loading…
Reference in New Issue
Block a user