shell32: PathResolve(file, NULL, ...) should not look in the current directory.
commit520b7c6d83f4d50b4ee9577a6d36c431cf7040ec
authorYuxuan Shui <yshui@codeweavers.com>
Mon, 18 Mar 2024 15:45:57 +0000 (18 15:45 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Mar 2024 09:50:55 +0000 (21 10:50 +0100)
treeba75d02c0425aa155ee6410c59790cc7f843a93e
parentc6fa51a9491ac92759eeb5f4fe62c2c92662c016
shell32: PathResolve(file, NULL, ...) should not look in the current directory.

Unless it's explicitly specified.
dlls/shell32/shellpath.c
dlls/shell32/tests/shellpath.c