add separate GetDeviceCaps hook for system dlls

This commit is contained in:
FunkyFr3sh 2024-12-22 23:41:09 +01:00
parent c5058f8371
commit 07aab3b8d2
4 changed files with 24 additions and 0 deletions

View file

@ -7,6 +7,7 @@
#define HOOK_SKIP_2 0x00000001l
#define HOOK_LOCAL_ONLY 0x00000002l
#define HOOK_SYSTEM_ONLY 0x00000004l
typedef struct HOOKLISTDATA {
char function_name[32];