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 [TRANSLATION] Chinese Traditional (zh-TW) translation update (#3526) 2021-04-11 10:59:19 +02:00
assoc.c
autocomp.cpp [SHLWAPI] Fix parameter ordering at call of AutoComplete_AdaptFlags 2020-10-05 08:47:21 +09:00
clist.c
CMakeLists.txt [SHLWAPI] Use an object library to separate C & C++ compilation units 2021-03-03 08:34:32 +01:00
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 [TRANSLATION] Improve zh-TW translation (#3218) 2020-11-21 18:03:37 +01:00
shlwapi.spec
shlwapi_main.c
shlwapi_ros.diff
stopwatch.c
string.c
thread.c
url.c [SHLWAPI] 1/3-implement SHAutoComplete (#3230) 2020-09-27 15:27:18 +09:00
version.rc
wsprintf.c