mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
USER32.ExitWindows removed (it's a macro!)
svn path=/trunk/; revision=470
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -203,7 +203,7 @@ EXPORTS
|
||||
;EnumWindows
|
||||
;EqualRect
|
||||
;ExcludeUpdateRgn
|
||||
;ExitWindowsEx
|
||||
ExitWindowsEx = ExitWindowsEx@8
|
||||
;FillRect
|
||||
;FindWindowA
|
||||
;FindWindowExA
|
||||
|
||||
Reference in New Issue
Block a user