forked from Dniel97/segatools
hooklib: fix createprocess imports
This commit is contained in:
parent
2dbb4aec8c
commit
dca84e08d0
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user