Implement ValidateRect.

svn path=/trunk/; revision=16746
This commit is contained in:
Filip Navara 2005-07-26 15:21:41 +00:00
parent cdfdfa0b8b
commit 1d059a1ddf

View file

@ -227,7 +227,7 @@ UpdateWindow(
/*
* @unimplemented
* @implemented
*/
BOOL
STDCALL
@ -235,8 +235,7 @@ ValidateRect(
HWND hWnd,
CONST RECT *lpRect)
{
UNIMPLEMENTED;
return FALSE;
return RedrawWindow(hWnd, lpRect, 0, RDW_VALIDATE);
}