Define ICON_SMALL2 and ShowWindowAsync().

oldstable
Martin Fuchs 2003-09-01 23:54:55 +00:00 committed by Alexandre Julliard
parent d7b2c8a13b
commit 48ff7d1e23
1 changed files with 2 additions and 0 deletions

View File

@ -1448,6 +1448,7 @@ typedef struct tagWINDOWPOS
/* 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 @@ INT WINAPI ShowCursor(BOOL);
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);