Fixed incorrect calling conventions.

svn path=/trunk/; revision=2164
This commit is contained in:
Eric Kohl 2001-08-07 15:44:40 +00:00
parent 0af72b1ead
commit c0cbc28359

View file

@ -1,4 +1,4 @@
/* $Id: create.c,v 1.37 2001/08/07 14:01:42 ekohl Exp $
/* $Id: create.c,v 1.38 2001/08/07 15:44:40 ekohl Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -292,7 +292,7 @@ PsBeginThread(PKSTART_ROUTINE StartRoutine, PVOID StartContext)
}
#endif
VOID STDCALL
VOID
PiDeleteThread(PVOID ObjectBody)
{
KIRQL oldIrql;
@ -311,7 +311,7 @@ PiDeleteThread(PVOID ObjectBody)
DPRINT("PiDeleteThread() finished\n");
}
VOID STDCALL
VOID
PiCloseThread(PVOID ObjectBody,
ULONG HandleCount)
{