hooklib/path.c: Add initial path rewriting hooks

This commit is contained in:
Tau
2019-05-15 20:10:32 -04:00
parent 2ab3a353df
commit 744a7e6560
3 changed files with 538 additions and 0 deletions

View File

@ -15,6 +15,8 @@ hooklib_lib = static_library(
'fdshark.h',
'gfx.c',
'gfx.h',
'path.c',
'path.h',
'reg.c',
'reg.h',
'setupapi.c',