Implement utils_file_exists, use wide strings for paths
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint32_t utils_file_crc32c(const char *filePath);
|
||||
int utils_file_exists(const wchar_t *filePath);
|
||||
uint32_t utils_file_crc32c(const wchar_t *filePath);
|
||||
|
||||
char utils_env_enabled(const char *env);
|
||||
|
||||
Reference in New Issue
Block a user