OSDN Git Service

* include/shellapi.h (ExtractIconEx[AW]): Correct return type
authordannysmith <dannysmith>
Mon, 9 Dec 2002 01:51:27 +0000 (01:51 +0000)
committerdannysmith <dannysmith>
Mon, 9 Dec 2002 01:51:27 +0000 (01:51 +0000)
to UINT.

winsup/w32api/ChangeLog
winsup/w32api/include/shellapi.h

index e5a51c7..9a321f2 100644 (file)
@@ -1,3 +1,9 @@
+2002-12-09  Danny Smith  <dannysmith@users.sourveforge.net>
+       
+       * include/shellapi.h (ExtractIconEx[AW]): Correct return type
+       to UINT.
+       Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
+
 2002-12-07  Danny Smith  <dannysmith@users.sourveforge.net>
        
        * include/winuser.h (AllowSetForegroundWindow,
index 5e29fb3..99ec490 100644 (file)
@@ -201,8 +201,8 @@ HICON WINAPI ExtractAssociatedIconA(HINSTANCE,LPCSTR,PWORD);
 HICON WINAPI ExtractAssociatedIconW(HINSTANCE,LPCWSTR,PWORD);
 HICON WINAPI ExtractIconA(HINSTANCE,LPCSTR,UINT);
 HICON WINAPI ExtractIconW(HINSTANCE,LPCWSTR,UINT);
-HICON WINAPI ExtractIconExA(LPCSTR,int,HICON*,HICON*,UINT);
-HICON WINAPI ExtractIconExW(LPCWSTR,int,HICON*,HICON*,UINT);
+UINT WINAPI ExtractIconExA(LPCSTR,int,HICON*,HICON*,UINT);
+UINT WINAPI ExtractIconExW(LPCWSTR,int,HICON*,HICON*,UINT);
 HINSTANCE WINAPI FindExecutableA(LPCSTR,LPCSTR,LPSTR);
 HINSTANCE WINAPI FindExecutableW(LPCWSTR,LPCWSTR,LPWSTR);
 UINT WINAPI SHAppBarMessage(DWORD,PAPPBARDATA);