bc/bc/file/path/Posix.hpp

6 lines
125 B
C++

#ifndef BC_FILE_PATH_POSIX_HPP
#define BC_FILE_PATH_POSIX_HPP
bool ResolvePosixCasePath(const char* path, char* r);
#endif