Implement utils_file_exists, use wide strings for paths

This commit is contained in:
mkrsym1
2023-08-04 21:09:16 +03:00
parent 4911f8d903
commit 592ce62e6b
4 changed files with 12 additions and 7 deletions

View File

@ -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);