detect other DirectDraw wrappers and error out
This commit is contained in:
parent
8cf76cb8f3
commit
6c53f51d7b
3 changed files with 132 additions and 15 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
|
||||
HMODULE WINAPI util_enumerate_modules(_In_opt_ HMODULE hModuleLast);
|
||||
BOOL util_caller_is_ddraw_wrapper(void* returnAddress);
|
||||
BOOL util_is_bad_read_ptr(void* p);
|
||||
BOOL util_is_minimized(HWND hwnd);
|
||||
BOOL util_in_foreground();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue