You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-02 16:48:55 +00:00
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