Fix EnumDevices stall using IAT hooks.

Co-authored-by: Davi <davicr38@gmail.com>
This commit is contained in:
Pāvels Nadtočajevs
2025-11-21 11:21:46 +02:00
parent b79fe2e020
commit 985dfa7cda
2 changed files with 103 additions and 0 deletions

View File

@ -404,6 +404,7 @@ def configure_msvc(env: "SConsEnvironment"):
"dwrite",
"wbemuuid",
"ntdll",
"hid",
]
if env.debug_features:
@ -777,6 +778,7 @@ def configure_mingw(env: "SConsEnvironment"):
"dwrite",
"wbemuuid",
"ntdll",
"hid",
]
)