Browse Source

Do not inherit handles when launching Properties GUI

pull/886/head
Valentin Radu 4 years ago
parent
commit
84b8ceccea
  1. 2
      ExplorerPatcher/utility.c

2
ExplorerPatcher/utility.c

@ -448,7 +448,7 @@ void LaunchPropertiesGUI(HMODULE hModule) @@ -448,7 +448,7 @@ void LaunchPropertiesGUI(HMODULE hModule)
wszPath,
NULL,
NULL,
TRUE,
FALSE,
CREATE_UNICODE_ENVIRONMENT,
NULL,
NULL,

Loading…
Cancel
Save