- Cleanup user32, direct call to kernel space
[reactos.git] / reactos / dll / win32 / user32 / misc / misc.c
index 813593c..4b5c04e 100644 (file)
@@ -35,19 +35,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(user32);
 
 /* FUNCTIONS *****************************************************************/
 
-/*
- * @implemented
- */
-DWORD
-WINAPI
-GetGuiResources(
-  HANDLE hProcess,
-  DWORD uiFlags)
-{
-  return NtUserGetGuiResources(hProcess, uiFlags);
-}
-
-
 /*
  * Private calls for CSRSS
  */
@@ -262,7 +249,7 @@ EndTask(
     if (IsWindow(hWnd))
     {
         if (fForce)
-            return DestroyWindow(hWnd);
+            return NtUserDestroyWindow(hWnd);
         else
             return FALSE;
     }