forked from TeamTofuShop/segatools
hooklib/path.c: add slash-insensitive path comparison API
This commit is contained in:
parent
03c7954ada
commit
54cd2f6e9a
@ -10,3 +10,4 @@ typedef HRESULT (*path_hook_t)(
|
||||
size_t *count);
|
||||
|
||||
HRESULT path_hook_push(path_hook_t hook);
|
||||
int path_compare_w(const wchar_t *string1, const wchar_t *string2, size_t count);
|
||||
|
Reference in New Issue
Block a user