source:
imaps-frontend/node_modules/@parcel/watcher/src/windows/win_utils.hh
Last change on this file was 0c6b92a, checked in by , 5 weeks ago | |
---|---|
|
|
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.