CX Framework
Cross-platform C utility framework
Loading...
Searching...
No Matches
win_fs.h
1#pragma once
2
3#include <cx/fs/fs_private.h>
4
5// NT native path for windows API, returns scratch buffer!
6_Ret_z_ wchar_t* fsPathToNT(_In_opt_ strref path);