mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 00:54:40 +00:00
Fixed calling convention for ApcRoutine().
Patch by Guido de Jong. svn path=/trunk/; revision=2295
This commit is contained in:
parent
0a88910738
commit
ee9ea15fe0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: rw.c,v 1.15 2001/01/16 09:55:02 dwelch Exp $
|
||||
/* $Id: rw.c,v 1.16 2001/10/12 19:13:01 hbirr Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
|
@ -148,7 +148,7 @@ WINBOOL STDCALL ReadFile(HANDLE hFile,
|
|||
return(TRUE);
|
||||
}
|
||||
|
||||
VOID ApcRoutine(PVOID ApcContext,
|
||||
VOID STDCALL ApcRoutine(PVOID ApcContext,
|
||||
struct _IO_STATUS_BLOCK* IoStatusBlock,
|
||||
ULONG NumberOfBytesTransfered)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue