source: imaps-frontend/node_modules/@parcel/watcher/src/windows/win_utils.hh@ 0c6b92a

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
7std::wstring utf8ToUtf16(std::string input);
8std::string utf16ToUtf8(const WCHAR *input, size_t length);
9std::string normalizePath(std::string path);
10
11#endif
Note: See TracBrowser for help on using the repository browser.