This commit is contained in:
Ash Wolf
2022-11-07 03:06:21 +00:00
parent d0b9848c54
commit 9a46dd0e2e
62 changed files with 30796 additions and 1532 deletions

View File

@@ -956,6 +956,6 @@ int OS_LoadMacResourceFork(const OSSpec *spec, void **file_data, SInt32 *file_le
return ENOENT;
}
Boolean OS_IsMultiByte(const char *str, int offset) {
Boolean OS_IsMultiByte(const char *str1, const char *str2) {
return 0;
}