]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/shellapi.h (ExtractIconEx[AW]): Correct return type
authorDanny Smith <dannysmith@users.sourceforge.net>
Mon, 9 Dec 2002 01:51:27 +0000 (01:51 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Mon, 9 Dec 2002 01:51:27 +0000 (01:51 +0000)
to UINT.

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

index e5a51c7eb6e25d2a421232154d2c543edceb3aed..9a321f25e865015fd334dfcc34d81d26754f0ae8 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 5e29fb321d4bae77ef6741aa32137a4869df41d9..99ec490e9371c5740fa25548f21bbc1b4a53c1cd 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);
This page took 0.036361 seconds and 5 git commands to generate.