2003-08-17 Martin Fuchs <Martin-Fuchs@gmx.net>

* include/commctrl.h (TreeView_GetScrollTime,
	TreeView_SetScrollTime): Define macros.
	* include/winuser.h (GetShellWindow): Add prototype.
	* include/objidl.h (STGMEDIUM): Correct lpszFileName type.
This commit is contained in:
Danny Smith
2003-08-17 08:47:37 +00:00
parent 4f0b39d421
commit 5ca7a646d5
3 changed files with 6 additions and 1 deletions

View File

@ -3060,6 +3060,9 @@ DWORD WINAPI GetQueueStatus(UINT);
BOOL WINAPI GetScrollInfo(HWND,int,LPSCROLLINFO);
int WINAPI GetScrollPos(HWND,int);
BOOL WINAPI GetScrollRange(HWND,int,LPINT,LPINT);
#if (_WIN32_WINNT >= _NT5)
HWND WINAPI GetShellWindow(VOID);
#endif
HMENU WINAPI GetSubMenu(HMENU,int);
DWORD WINAPI GetSysColor(int);
HBRUSH WINAPI GetSysColorBrush(int);