diff --git a/reactos/lib/user32/misc/exitwin.c b/reactos/lib/user32/misc/exitwin.c index 714b4933de1..b257aecf286 100644 --- a/reactos/lib/user32/misc/exitwin.c +++ b/reactos/lib/user32/misc/exitwin.c @@ -1,4 +1,4 @@ -/* $Id: exitwin.c,v 1.1 1999/05/15 13:35:57 ea Exp $ +/* $Id: exitwin.c,v 1.2 1999/05/15 13:48:38 ea Exp $ * * exitwin.c * @@ -105,25 +105,4 @@ ExitWindowsEx( } -/*********************************************************************** - * ExitWindows - * - * ARGUMENTS - * dwReserved, reserved - * uReserved reserved - */ -BOOL -__stdcall -ExitWindows( - DWORD dwReserved, // reserved - UINT uReserved // reserved - ) -{ - return ExitWindowsEx( - EWX_SHUTDOWN, - dwReserved - ); -} - - /* EOF */ diff --git a/reactos/lib/user32/user32.def b/reactos/lib/user32/user32.def index 26609965122..c8747ca772f 100644 --- a/reactos/lib/user32/user32.def +++ b/reactos/lib/user32/user32.def @@ -203,7 +203,7 @@ EXPORTS ;EnumWindows ;EqualRect ;ExcludeUpdateRgn -;ExitWindowsEx +ExitWindowsEx = ExitWindowsEx@8 ;FillRect ;FindWindowA ;FindWindowExA