From b2274fda0da415c68173473d90d0415942d9d90d Mon Sep 17 00:00:00 2001 From: Emanuele Aliberti Date: Sat, 15 May 1999 13:48:38 +0000 Subject: [PATCH] USER32.ExitWindows removed (it's a macro!) svn path=/trunk/; revision=470 --- reactos/lib/user32/misc/exitwin.c | 23 +---------------------- reactos/lib/user32/user32.def | 2 +- 2 files changed, 2 insertions(+), 23 deletions(-) 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