USER32.ExitWindows removed (it's a macro!)

svn path=/trunk/; revision=470
This commit is contained in:
Emanuele Aliberti
1999-05-15 13:48:38 +00:00
parent 6ddcb50e38
commit b2274fda0d
2 changed files with 2 additions and 23 deletions
+1 -22
View File
@@ -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 */
+1 -1
View File
@@ -203,7 +203,7 @@ EXPORTS
;EnumWindows
;EqualRect
;ExcludeUpdateRgn
;ExitWindowsEx
ExitWindowsEx = ExitWindowsEx@8
;FillRect
;FindWindowA
;FindWindowExA