mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
Add warning for GetLastActivePopup.
svn path=/trunk/; revision=34286
This commit is contained in:
parent
2d56ad648c
commit
ef488c15c7
1 changed files with 1 additions and 1 deletions
|
@ -923,7 +923,7 @@ GetLastActivePopup(HWND hWnd)
|
||||||
{
|
{
|
||||||
PWINDOW Wnd, WndParent;
|
PWINDOW Wnd, WndParent;
|
||||||
HWND Ret = NULL;
|
HWND Ret = NULL;
|
||||||
|
WARN("Not fully implemented!");
|
||||||
Wnd = ValidateHwnd(hWnd);
|
Wnd = ValidateHwnd(hWnd);
|
||||||
if (Wnd != NULL)
|
if (Wnd != NULL)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue