reactos/modules
Bișoc George 8ec05f5fa1 [SHELL32] Do not return -1 if a file is not valid or not found - ExtractIconEx() (#2113)
ExtractIconEx() returns the number of successfully extracted icons from a file. The routine may return 0 in case no icons could be extracted but it could also return 0 if the file is not a valid PE image file or the file couldn't be found.

PrivateExtractIcons and the internal USER32 routine, ICO_ExtractIconExW(), return -1 in such scenarios. The behaviour is correct however we do not want that ExtractIconEx() returns -1 as well as it doesn't comply with the general documentation. In such cases, simply return 0 as no successful icons have been extracted due to related file failures.

CORE-16535
2019-12-12 08:24:20 +09:00
..
rosapps [NETREG] Fix a 64bit printf format warning 2019-11-24 09:28:00 +01:00
rostests [SHELL32] Do not return -1 if a file is not valid or not found - ExtractIconEx() (#2113) 2019-12-12 08:24:20 +09:00
wallpapers [WALLPAPER] Add ReactOS Soft Blue (#1376) 2019-03-06 23:14:08 +01:00
CMakeLists.txt [MODULES] Add a convenient option to transfer files into a new installation (#877) 2018-11-16 23:26:58 +01:00