mirror of
https://github.com/reactos/reactos.git
synced 2026-09-26 03:59:06 +08:00
This commit implements SetSearchPathMode based on official documentations from Microsoft and Wine tests. This is different from #3665 since it updates SearchPathW to use the configured Search Path Mode, while the older PR only introduces SetSearchPathMode with desired outputs per input. Also improves thread safety. CORE-17586