Fix EnumDevices stall using IAT hooks.
Co-authored-by: Davi <davicr38@gmail.com>
This commit is contained in:
@ -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",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user