From 1556909d274f4bcecd6f7d1ccfa4c996339e8967 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Sat, 6 Aug 2005 05:25:13 +0000 Subject: [PATCH] Show SetParent implemented. svn path=/trunk/; revision=17094 --- reactos/lib/user32/windows/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/user32/windows/window.c b/reactos/lib/user32/windows/window.c index eeff13d9ade..529fbc77a03 100644 --- a/reactos/lib/user32/windows/window.c +++ b/reactos/lib/user32/windows/window.c @@ -1141,7 +1141,7 @@ SetLayeredWindowAttributes(HWND hwnd, /* - * @unimplemented + * @implemented */ HWND STDCALL SetParent(HWND hWndChild,