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 [SHLWAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 13:17:11 +01:00
autocomp.cpp [SHLWAPI] Fix parameter ordering at call of AutoComplete_AdaptFlags 2020-10-05 08:47:21 +09:00
clist.c [SHLWAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 13:17:11 +01:00
CMakeLists.txt [SHLWAPI] Use an object library to separate C & C++ compilation units 2021-03-03 08:34:32 +01:00
istream.c [SHLWAPI] Import Wine commit c8175e6c7a7 (Fix Stat() method for file streams) by Nikolay Sivov. 2019-09-22 11:42:01 +02:00
msgbox.c [SHLWAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 13:17:11 +01:00
ordinal.c [SHELL32][SHLWAPI] Forward shell32.ShellMessageBoxW directly to shlwapi.ShellMessageBoxWrapW. (#3179) 2020-09-13 22:44:58 +02:00
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 [SHLWAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 13:17:11 +01:00
reg.c [SHLWAPI] Fix SHRegGetCLSIDKeyW 2020-05-17 17:09:04 +02:00
regstream.c [SHLWAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 13:17:11 +01:00
resource.h [SHLWAPI] Localize StrFormatByteSizeA/W (#3051) 2020-08-17 06:40:39 +09:00
rosordinal.c [SHLWAPI] Implement SHAreIconsEqual 2018-03-05 22:43:18 +01:00
shlwapi.rc [TRANSLATION] Improve zh-TW translation (#3218) 2020-11-21 18:03:37 +01:00
shlwapi.spec [REACTOS] *.spec: Fix some function/parameter types (#3154) 2020-09-20 19:21:11 +02:00
shlwapi_main.c [SHLWAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 13:17:11 +01:00
shlwapi_ros.diff
stopwatch.c [SHLWAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 13:17:11 +01:00
string.c [SHLWAPI] Fix SHLoadIndirectString executing code when loading a string 2020-09-10 19:45:22 +02:00
thread.c [SHLWAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 13:17:11 +01:00
url.c [SHLWAPI] 1/3-implement SHAutoComplete (#3230) 2020-09-27 15:27:18 +09:00
version.rc
wsprintf.c [SHLWAPI] Sync with Wine Staging 3.3. CORE-14434 2018-03-04 13:17:11 +01:00