diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-09-25 15:04:55 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2003-09-25 15:04:55 +0000 |
commit | e9c00b0eeba8aa8c74a7549be2a73fc668b6c6a8 (patch) | |
tree | 7972e08faabd00ca46dcef708acd403963b2ba59 /winsup/w32api/lib/user32.def | |
parent | 284d80c385e7e328fe877b1c86d0bb34c2a4fe5f (diff) | |
download | cygnal-e9c00b0eeba8aa8c74a7549be2a73fc668b6c6a8.tar.gz cygnal-e9c00b0eeba8aa8c74a7549be2a73fc668b6c6a8.tar.bz2 cygnal-e9c00b0eeba8aa8c74a7549be2a73fc668b6c6a8.zip |
* include/winuser.h (GetClipboardSequenceNumber): Add functions
and constants.
* include/winuser.h (GetGuiResources, GR_GDIOBJECTS,
GR_USEROBJECTS): Add functions and constants.
* include/winuser.h (GetMouseMovePointsEx, GMMP_USE_DISPLAY_POINTS,
GMMP_USE_HIGH_RESOLUTION_POINTS): Add functions and constants.
* include/winuser.h (InSendMessageEx, ISMEX_NOSEND, ISMEX_CALLBACK,
ISMEX_NOTIFY, ISMEX_REPLIED, ISMEX_SEND): Add functions and
constants.
* lib/user32.def (GetClipboardSequenceNumber, GetGuiResources,
GetMouseMovePointsEx, InSendMessageEx): Add functions.
Diffstat (limited to 'winsup/w32api/lib/user32.def')
-rw-r--r-- | winsup/w32api/lib/user32.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/lib/user32.def b/winsup/w32api/lib/user32.def index 7a350824e..712f4141e 100644 --- a/winsup/w32api/lib/user32.def +++ b/winsup/w32api/lib/user32.def @@ -239,6 +239,7 @@ GetClipboardData@4 GetClipboardFormatNameA@12 GetClipboardFormatNameW@12 GetClipboardOwner@0 +GetClipboardSequenceNumber@0 GetClipboardViewer@0 GetComboBoxInfo@8 GetCursor@0 @@ -257,6 +258,7 @@ GetDoubleClickTime@0 GetFocus@0 GetForegroundWindow@0 GetGUIThreadInfo@8 +GetGuiResources@8 GetIconInfo@8 GetInputDesktop@0 GetInputState@0 @@ -295,6 +297,7 @@ GetMessageTime@0 GetMessageW@16 GetMonitorInfoA@8 GetMonitorInfoW@8 +GetMouseMovePointsEx@20 GetNextDlgGroupItem@12 GetNextDlgTabItem@12 GetOpenClipboardWindow@0 @@ -350,6 +353,7 @@ HideCaret@4 HiliteMenuItem@16 ImpersonateDdeClientWindow@8 InSendMessage@0 +InSendMessageEx@4 InflateRect@12 InsertMenuA@20 InsertMenuItemA@16 |