From e9c00b0eeba8aa8c74a7549be2a73fc668b6c6a8 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Date: Thu, 25 Sep 2003 15:04:55 +0000 Subject: * 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. --- winsup/w32api/lib/user32.def | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'winsup/w32api/lib/user32.def') 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 -- cgit v1.2.3