detect other DirectDraw wrappers and error out

This commit is contained in:
FunkyFr3sh 2024-07-13 03:58:36 +02:00
parent 8cf76cb8f3
commit 6c53f51d7b
3 changed files with 132 additions and 15 deletions

View file

@ -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();