Fix misplaced STDCALL calling convention specifiers.

svn path=/trunk/; revision=10641
This commit is contained in:
Mike Nordell 2004-08-21 20:40:27 +00:00
parent 1c43621083
commit 03e25a0998
3 changed files with 15 additions and 15 deletions

View file

@ -1,4 +1,4 @@
/* $Id: mcb.c,v 1.13 2004/08/15 16:39:02 chorns Exp $
/* $Id: mcb.c,v 1.14 2004/08/21 20:36:38 tamlin Exp $
*
* reactos/ntoskrnl/fs/mcb.c
*
@ -130,8 +130,8 @@ FsRtlLookupLargeMcbEntry(IN PLARGE_MCB Mcb,
/*
* @unimplemented
*/
STDCALL
BOOLEAN
STDCALL
FsRtlLookupLastLargeMcbEntryAndIndex (
IN PLARGE_MCB OpaqueMcb,
OUT PLONGLONG LargeVbn,
@ -146,8 +146,8 @@ FsRtlLookupLastLargeMcbEntryAndIndex (
/*
* @unimplemented
*/
STDCALL
PFSRTL_PER_STREAM_CONTEXT
STDCALL
FsRtlLookupPerStreamContextInternal (
IN PFSRTL_ADVANCED_FCB_HEADER StreamContext,
IN PVOID OwnerId OPTIONAL,
@ -161,8 +161,8 @@ FsRtlLookupPerStreamContextInternal (
/*
* @unimplemented
*/
STDCALL
PVOID /* PFSRTL_PER_FILE_OBJECT_CONTEXT*/
STDCALL
FsRtlLookupPerFileObjectContext (
IN PFSRTL_ADVANCED_FCB_HEADER StreamContext,
IN PVOID OwnerId OPTIONAL,
@ -267,8 +267,8 @@ FsRtlRemoveMcbEntry (IN PMCB Mcb,
/*
* @unimplemented
*/
STDCALL
VOID
STDCALL
FsRtlResetLargeMcb (
IN PLARGE_MCB Mcb,
IN BOOLEAN SelfSynchronized

View file

@ -1,4 +1,4 @@
/* $Id: notify.c,v 1.12 2004/08/15 16:39:02 chorns Exp $
/* $Id: notify.c,v 1.13 2004/08/21 20:38:53 tamlin Exp $
*
* reactos/ntoskrnl/fs/notify.c
*
@ -74,8 +74,8 @@ FsRtlNotifyCleanup (
/*
* @unimplemented
*/
STDCALL
VOID
STDCALL
FsRtlNotifyFilterChangeDirectory (
IN PNOTIFY_SYNC NotifySync,
IN PLIST_ENTRY NotifyList,
@ -96,8 +96,8 @@ FsRtlNotifyFilterChangeDirectory (
/*
* @unimplemented
*/
STDCALL
VOID
STDCALL
FsRtlNotifyFilterReportChange (
IN PNOTIFY_SYNC NotifySync,
IN PLIST_ENTRY NotifyList,
@ -311,8 +311,8 @@ FsRtlNotifyVolumeEvent (
*
* @unimplemented
*/
STDCALL
NTSTATUS
STDCALL
FsRtlRegisterFileSystemFilterCallbacks (
IN PVOID Unknown1,
IN PVOID Unknown2

View file

@ -1,4 +1,4 @@
/* $Id: util.c,v 1.17 2004/08/15 16:39:02 chorns Exp $
/* $Id: util.c,v 1.18 2004/08/21 20:40:27 tamlin Exp $
*
* reactos/ntoskrnl/fs/util.c
*
@ -287,8 +287,8 @@ FsRtlGetFileSize (
/*
* @unimplemented
*/
STDCALL
NTSTATUS
STDCALL
FsRtlInsertPerStreamContext (
IN PFSRTL_ADVANCED_FCB_HEADER PerStreamContext,
IN PFSRTL_PER_STREAM_CONTEXT Ptr
@ -301,8 +301,8 @@ FsRtlInsertPerStreamContext (
/*
* @unimplemented
*/
STDCALL
PFSRTL_PER_STREAM_CONTEXT
STDCALL
FsRtlRemovePerStreamContext (
IN PFSRTL_ADVANCED_FCB_HEADER StreamContext,
IN PVOID OwnerId OPTIONAL,
@ -316,8 +316,8 @@ FsRtlRemovePerStreamContext (
/*
* @unimplemented
*/
STDCALL
NTSTATUS
STDCALL
FsRtlInsertPerFileObjectContext (
IN PFSRTL_ADVANCED_FCB_HEADER PerFileObjectContext,
IN PVOID /* PFSRTL_PER_FILE_OBJECT_CONTEXT*/ Ptr
@ -376,8 +376,8 @@ FsRtlPostStackOverflow (
/*
* @unimplemented
*/
STDCALL
PVOID /* PFSRTL_PER_FILE_OBJECT_CONTEXT*/
STDCALL
FsRtlRemovePerFileObjectContext (
IN PFSRTL_ADVANCED_FCB_HEADER PerFileObjectContext,
IN PVOID OwnerId OPTIONAL,
@ -417,8 +417,8 @@ FsRtlSyncVolumes (
/*
* @unimplemented
*/
STDCALL
VOID
STDCALL
FsRtlTeardownPerStreamContexts (
IN PFSRTL_ADVANCED_FCB_HEADER AdvancedHeader
)