Commit cc7abe1f authored by Alexandre Julliard's avatar Alexandre Julliard

Call PrivateExtractIcon in user32 instead of duplicating the code.

parent 11805e0a
...@@ -3761,9 +3761,14 @@ INT WINAPI wvsprintfA(LPSTR,LPCSTR,va_list); ...@@ -3761,9 +3761,14 @@ INT WINAPI wvsprintfA(LPSTR,LPCSTR,va_list);
INT WINAPI wvsprintfW(LPWSTR,LPCWSTR,va_list); INT WINAPI wvsprintfW(LPWSTR,LPCWSTR,va_list);
#define wvsprintf WINELIB_NAME_AW(wvsprintf) #define wvsprintf WINELIB_NAME_AW(wvsprintf)
/* Undocumented functions */
/* NOTE: This is SYSTEM.3, not USER.182, which is also named KillSystemTimer */ /* NOTE: This is SYSTEM.3, not USER.182, which is also named KillSystemTimer */
WORD WINAPI SYSTEM_KillSystemTimer( WORD ); WORD WINAPI SYSTEM_KillSystemTimer( WORD );
HRESULT WINAPI PrivateExtractIconsA(LPCSTR,INT,DWORD,DWORD,HICON*,DWORD,UINT,DWORD);
HRESULT WINAPI PrivateExtractIconsW(LPCWSTR,INT,DWORD,DWORD,HICON*,DWORD,UINT,DWORD);
/* Extra functions that don't exist in the Windows API */ /* Extra functions that don't exist in the Windows API */
HPEN WINAPI GetSysColorPen(INT); HPEN WINAPI GetSysColorPen(INT);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment