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 [LDR][APPHELP] Add a shim that disables manifest compatibility version parsing 2019-08-19 12:08:06 +02:00
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 [KBDHU] Fix Hungarian keyboard layout. (#1765) 2019-07-29 21:55:24 +02:00
nls [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
np [NFS] Fix a typo in the precompiled header. 2019-04-28 01:42:52 +02:00
ntdll [NTDLL] Use the embedded manifest from the process to check compatibility. 2019-08-21 18:57:52 +02:00
opengl [GLU32] Fix indentation 2019-05-27 13:22:40 +02:00
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 [APISETS] Add the initial set of auto-generated files. 2018-04-07 14:50:59 +02:00