mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fix EnumDevices stall using IAT hooks.
Co-authored-by: Davi <davicr38@gmail.com>
This commit is contained in:
parent
b79fe2e020
commit
985dfa7cda
2 changed files with 103 additions and 0 deletions
|
|
@ -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",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue