updated to the new pikotools api: changed utf8 functions PascalCase to snake_case
This commit is contained in:
@@ -60,7 +60,7 @@ char file_path[WINIX_OS_PATH_SIZE];
|
||||
|
||||
container.Clear();
|
||||
|
||||
if( !WideToUTF8(path, file_path, WINIX_OS_PATH_SIZE) )
|
||||
if( !wide_to_utf8(path, file_path, WINIX_OS_PATH_SIZE) )
|
||||
return false;
|
||||
|
||||
file.open(file_path, std::ios_base::in | std::ios_base::binary);
|
||||
|
Reference in New Issue
Block a user