hooklib: fix createprocess imports

This commit is contained in:
Hay1tsme 2023-09-13 19:57:10 -04:00
parent 2dbb4aec8c
commit dca84e08d0
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
#include "hook/table.h"
#include "util/dprintf.h"
void createprocess_hook_init();
static BOOL WINAPI my_CreateProcessA(
LPCSTR lpApplicationName,
LPSTR lpCommandLine,