reactos/dll
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
..
3rdparty [LIBTIFF] Update to version 4.1.0. CORE-16550 2019-12-08 16:49:57 +01:00
apisets [KERNEL32] Stub GetSystemTimePreciseAsFileTime 2019-11-29 09:03:09 +01:00
appcompat
cpl [TRANSLATION] Update Portuguese translation (#2125) 2019-12-10 13:13:58 +01:00
directx [DINPUT8] Sync with Wine Staging 4.18. CORE-16441 2019-11-05 22:31:12 +01:00
keyboard
nls
np
ntdll
opengl
shellext [SHELL32][ZIPFLDR] Implement SendTo ZIP folder (#2118) 2019-12-02 02:26:34 +09:00
win32 [SHELL32] Do not return -1 if a file is not valid or not found - ExtractIconEx() (#2113) 2019-12-12 08:24:20 +09:00
CMakeLists.txt