Add warning for GetLastActivePopup.

svn path=/trunk/; revision=34286
This commit is contained in:
James Tabor 2008-07-03 18:19:16 +00:00
parent 2d56ad648c
commit ef488c15c7

View file

@ -923,7 +923,7 @@ GetLastActivePopup(HWND hWnd)
{
PWINDOW Wnd, WndParent;
HWND Ret = NULL;
WARN("Not fully implemented!");
Wnd = ValidateHwnd(hWnd);
if (Wnd != NULL)
{