Author: jimtabor Date: Thu Jul 3 13:19:16 2008 New Revision: 34286
URL: http://svn.reactos.org/svn/reactos?rev=34286&view=rev Log: Add warning for GetLastActivePopup.
Modified: trunk/reactos/dll/win32/user32/windows/window.c
Modified: trunk/reactos/dll/win32/user32/windows/window.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/user32/windows/wi... ============================================================================== --- trunk/reactos/dll/win32/user32/windows/window.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/user32/windows/window.c [iso-8859-1] Thu Jul 3 13:19:16 2008 @@ -923,7 +923,7 @@ { PWINDOW Wnd, WndParent; HWND Ret = NULL; - + WARN("Not fully implemented!"); Wnd = ValidateHwnd(hWnd); if (Wnd != NULL) {