add separate GetDeviceCaps hook for system dlls
This commit is contained in:
parent
c5058f8371
commit
07aab3b8d2
4 changed files with 24 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue