fix placement of STDCALL for function declarations

svn path=/trunk/; revision=10626
This commit is contained in:
Mike Nordell 2004-08-21 12:34:58 +00:00
parent 51b6704c3b
commit 65c3f8c5a6

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
/* $Id: ps.h,v 1.64 2004/08/10 06:26:42 ion Exp $ /* $Id: ps.h,v 1.65 2004/08/21 12:34:58 tamlin Exp $
* *
* FILE: ntoskrnl/ke/kthread.c * FILE: ntoskrnl/ke/kthread.c
* PURPOSE: Process manager definitions * PURPOSE: Process manager definitions
@ -504,15 +504,15 @@ VOID
KeInitializeThread(PKPROCESS Process, PKTHREAD Thread, BOOLEAN First); KeInitializeThread(PKPROCESS Process, PKTHREAD Thread, BOOLEAN First);
NTSTATUS KeReleaseThread(PETHREAD Thread); NTSTATUS KeReleaseThread(PETHREAD Thread);
STDCALL
VOID VOID
STDCALL
KeStackAttachProcess ( KeStackAttachProcess (
IN PKPROCESS Process, IN PKPROCESS Process,
OUT PKAPC_STATE ApcState OUT PKAPC_STATE ApcState
); );
STDCALL
VOID VOID
STDCALL
KeUnstackDetachProcess ( KeUnstackDetachProcess (
IN PKAPC_STATE ApcState IN PKAPC_STATE ApcState
); );