winuser.h

Martin Fuchs martin-fuchs at gmx.net
Sat Aug 30 07:30:02 CDT 2003


Changelog:
* define constant ICON_SMALL2
* declare fucntion ShowWindowAsync()


Index: include/winuser.h
===================================================================
RCS file: /home/wine/wine/include/winuser.h,v
retrieving revision 1.165
diff -u -r1.165 winuser.h
--- include/winuser.h   28 Aug 2003 21:43:35 -0000      1.165
+++ include/winuser.h   30 Aug 2003 12:08:06 -0000
@@ -1448,6 +1448,7 @@
 /* WM_GETICON/WM_SETICON params values */
 #define ICON_SMALL              0
 #define ICON_BIG                1
+#define ICON_SMALL2             2

   /* WM_NCCALCSIZE parameter structure */
 typedef struct
@@ -4438,6 +4439,7 @@
 BOOL      WINAPI ShowScrollBar(HWND,INT,BOOL);
 BOOL      WINAPI ShowOwnedPopups(HWND,BOOL);
 BOOL      WINAPI ShowWindow(HWND,INT);
+BOOL      WINAPI ShowWindowAsync(HWND,INT);
 BOOL      WINAPI SubtractRect(LPRECT,const RECT*,const RECT*);
 BOOL      WINAPI SwapMouseButton(BOOL);
 VOID        WINAPI SwitchToThisWindow(HWND,BOOL);





More information about the wine-patches mailing list