Sweden-Number/dlls/shlwapi
Eric Pouech 1be2e1edef shell32: Fixes for bugs found by valgrind on shell32 tests harness.
- read strings from left to right (PathGetDriveNumberW)
- don't access buffers before they are filled (SHGetPathFromIDListW)
- fill buffers & variables on all paths (SHELL_FindExecutable)
- handle error condition (unix_fs)
- don't shoot in the blind for AW APIs (tests/shelllink.c)
2006-02-22 12:04:02 +01:00
..
tests shlwapi: Fix parameter check for UrlUnescapeA. 2006-02-16 12:08:48 +01:00
.gitignore
Makefile.in
assoc.c
clist.c
istream.c
msgbox.c
ordinal.c Fixes for missing prototypes warnings. 2006-02-06 13:13:28 +01:00
path.c shell32: Fixes for bugs found by valgrind on shell32 tests harness. 2006-02-22 12:04:02 +01:00
reg.c
regstream.c
resource.h
shlwapi.rc shlwapi: Turkish translation. 2006-02-06 13:06:19 +01:00
shlwapi.spec shlwapi: Added stub for ShellMessageBoxWrapW. 2006-02-02 13:20:04 +01:00
shlwapi_De.rc
shlwapi_En.rc
shlwapi_Es.rc
shlwapi_Fi.rc
shlwapi_It.rc
shlwapi_Ja.rc
shlwapi_Ko.rc
shlwapi_Nl.rc
shlwapi_No.rc
shlwapi_Pt.rc
shlwapi_Tr.rc shlwapi: Turkish translation. 2006-02-06 13:06:19 +01:00
shlwapi_main.c
stopwatch.c Fixes for missing prototypes warnings. 2006-02-06 13:13:28 +01:00
string.c
thread.c
url.c shlwapi: Fix parameter check for UrlUnescapeA. 2006-02-16 12:08:48 +01:00
version.rc
wsprintf.c