main
Last change
on this file since 0c6b92a was 0c6b92a, checked in by stefan toskovski <stefantoska84@…>, 5 weeks ago |
Pred finalna verzija
|
-
Property mode
set to
100644
|
File size:
239 bytes
|
Line | |
---|
1 | #ifndef WIN_UTILS_H
|
---|
2 | #define WIN_UTILS_H
|
---|
3 |
|
---|
4 | #include <string>
|
---|
5 | #include <windows.h>
|
---|
6 |
|
---|
7 | std::wstring utf8ToUtf16(std::string input);
|
---|
8 | std::string utf16ToUtf8(const WCHAR *input, size_t length);
|
---|
9 | std::string normalizePath(std::string path);
|
---|
10 |
|
---|
11 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.