mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Fix MSVC build?
svn path=/trunk/; revision=69251
This commit is contained in:
parent
22a02b7d74
commit
7d88148632
1 changed files with 1 additions and 1 deletions
|
@ -1502,7 +1502,7 @@ RealGetScrollInfo(HWND Wnd, INT SBType, LPSCROLLINFO Info)
|
|||
/*
|
||||
* @implemented
|
||||
*/
|
||||
BOOL WINAPI GetScrollBarInfo(HWND hwnd, LONG idObject, LPSCROLLBARINFO info)
|
||||
BOOL WINAPI GetScrollBarInfo( _In_ HWND hwnd, _In_ LONG idObject, _Inout_ LPSCROLLBARINFO info)
|
||||
{
|
||||
BOOL Ret;
|
||||
PWND pWnd = ValidateHwnd(hwnd);
|
||||
|
|
Loading…
Reference in a new issue