diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-09-05 10:35:34 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-09-05 10:35:34 +0000 |
commit | 4f52488e06d54e8bd4b30e61d7a2e26b0d31d8e0 (patch) | |
tree | ddea4543a4730fdde6f4a0f7c6dbab9d01783394 /winsup/w32api/include/shellapi.h | |
parent | 99f91ded6c485c872be883fe92e94e2991c9ce6d (diff) | |
download | cygnal-4f52488e06d54e8bd4b30e61d7a2e26b0d31d8e0.tar.gz cygnal-4f52488e06d54e8bd4b30e61d7a2e26b0d31d8e0.tar.bz2 cygnal-4f52488e06d54e8bd4b30e61d7a2e26b0d31d8e0.zip |
2004-09-05 Hosaka Yuji <hos@tamanegi.org>
* include/winuser.h (MonitorFromPoint, MonitorFromRect,
MonitorFromWindow): Add prototypes.
* lib/user32.def (MonitorFromPoint, MonitorFromRect,
MonitorFromWindowMonitorFromWindow): Add stubs.
* include/shellapi.h (DuplicateIcon): Add prototype.
Diffstat (limited to 'winsup/w32api/include/shellapi.h')
-rw-r--r-- | winsup/w32api/include/shellapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/shellapi.h b/winsup/w32api/include/shellapi.h index dba3874bb..8dbd7b1bb 100644 --- a/winsup/w32api/include/shellapi.h +++ b/winsup/w32api/include/shellapi.h @@ -254,6 +254,7 @@ void WINAPI DragFinish(HDROP); UINT WINAPI DragQueryFileA(HDROP,UINT,LPSTR,UINT); UINT WINAPI DragQueryFileW(HDROP,UINT,LPWSTR,UINT); BOOL WINAPI DragQueryPoint(HDROP,LPPOINT); +HICON WINAPI DuplicateIcon(HINSTANCE,HICON); HICON WINAPI ExtractAssociatedIconA(HINSTANCE,LPCSTR,PWORD); HICON WINAPI ExtractAssociatedIconW(HINSTANCE,LPCWSTR,PWORD); HICON WINAPI ExtractIconA(HINSTANCE,LPCSTR,UINT); |