remove duplicate code
This commit is contained in:
parent
e0292792c0
commit
8ff40f986c
3 changed files with 25 additions and 30 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
|
||||
HMODULE WINAPI util_enumerate_modules(_In_opt_ HMODULE hModuleLast);
|
||||
void util_pull_messages();
|
||||
FARPROC util_get_iat_proc(HMODULE mod, char* module_name, char* function_name);
|
||||
BOOL util_caller_is_ddraw_wrapper(void* return_address);
|
||||
BOOL util_is_bad_read_ptr(void* p);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue