- Modify ICO_ExtractIconExW to:
authorRolf Kalbermatter <rolf.kalbermatter@citeng.com>
Tue, 10 Dec 2002 19:09:45 +0000 (19:09 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 10 Dec 2002 19:09:45 +0000 (19:09 +0000)
commit2dcb751aa7242d03218e1824f528a0f73d52870b
treef69fd97c1dfef3649fb0574e8f1c2d55488ee4ff
parent9c50730354d5a22a83d22c09a0fdd687448a5d42
- Modify ICO_ExtractIconExW to:
    return more compliant values for usage in PrivateExtractIcons and PrivateExtractIconEx
    accept and fill in the icon identifier array correctly if provided
    allow to retrieve both small and large icons together.
- Simplify PrivateExtraxtIcons
- Modify PrivateExtractIconExW to:
   use compatible signature to ExtractIconEx in shell32 which it really is directly
     as tested on W2K by calling both functions with the same parameters
   directly call internal extraction function
   fix error when requesting 1 icon for both sizes
dlls/user/exticon.c
dlls/user/user32.spec
include/winuser.h