- Fix MSVC build?

svn path=/trunk/; revision=69251
This commit is contained in:
James Tabor 2015-09-16 07:55:42 +00:00
parent 22a02b7d74
commit 7d88148632

View file

@ -1502,7 +1502,7 @@ RealGetScrollInfo(HWND Wnd, INT SBType, LPSCROLLINFO Info)
/* /*
* @implemented * @implemented
*/ */
BOOL WINAPI GetScrollBarInfo(HWND hwnd, LONG idObject, LPSCROLLBARINFO info) BOOL WINAPI GetScrollBarInfo( _In_ HWND hwnd, _In_ LONG idObject, _Inout_ LPSCROLLBARINFO info)
{ {
BOOL Ret; BOOL Ret;
PWND pWnd = ValidateHwnd(hwnd); PWND pWnd = ValidateHwnd(hwnd);