hooklib/dll.c: Add dynamic loader hook mechanism

This commit is contained in:
Tau
2019-05-14 17:12:34 -04:00
parent 1b93551a41
commit 96b1981e01
3 changed files with 348 additions and 0 deletions

View File

@ -9,6 +9,8 @@ hooklib_lib = static_library(
sources : [
'clock.c',
'clock.h',
'dll.c',
'dll.h',
'fdshark.c',
'fdshark.h',
'gfx.c',