mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
Fixed incorrect calling conventions.
svn path=/trunk/; revision=2164
This commit is contained in:
parent
0af72b1ead
commit
c0cbc28359
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue