reactos/dll/win32/shlwapi
Hermès Bélusca-Maïto 3199fdbd44 [SHLWAPI] Fix a trivial bug in PathFileExistsDefExtW() that seems to exist since 16+ years in Wine.
Suppose dwFlags == 1 | 4 (i.e. skipping the flag 2).
Then the while-loop would only run once, because at the second iteration
(after dwWhich >>= 1; has been executed once), dwWhich value == 2, but
dwWhich & 0x1 == 0, which makes the while-loop condition false.
Instead the loop should run, but the handling of the extension should be
skipped.
2021-06-28 02:19:31 +02:00
..
lang
assoc.c
autocomp.cpp
clist.c
CMakeLists.txt
istream.c
msgbox.c
ordinal.c
path.c [SHLWAPI] Fix a trivial bug in PathFileExistsDefExtW() that seems to exist since 16+ years in Wine. 2021-06-28 02:19:31 +02:00
precomp.h
reg.c
regstream.c
resource.h
rosordinal.c
shlwapi.rc
shlwapi.spec
shlwapi_main.c
shlwapi_ros.diff
stopwatch.c
string.c
thread.c
url.c
version.rc
wsprintf.c