Commit in reactos/ntoskrnl/fs on MAIN
mcb.c+5-51.13 -> 1.14
Fix misplaced STDCALL calling convention specifiers.

reactos/ntoskrnl/fs
mcb.c 1.13 -> 1.14
diff -u -r1.13 -r1.14
--- mcb.c	15 Aug 2004 16:39:02 -0000	1.13
+++ mcb.c	21 Aug 2004 20:36:38 -0000	1.14
@@ -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 @@
 /*
  * @unimplemented
  */
-STDCALL
 BOOLEAN
+STDCALL
 FsRtlLookupLastLargeMcbEntryAndIndex (
     IN PLARGE_MCB OpaqueMcb,
     OUT PLONGLONG LargeVbn,
@@ -146,8 +146,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 PFSRTL_PER_STREAM_CONTEXT
+STDCALL
 FsRtlLookupPerStreamContextInternal (
     IN PFSRTL_ADVANCED_FCB_HEADER StreamContext,
     IN PVOID OwnerId OPTIONAL,
@@ -161,8 +161,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 PVOID /* PFSRTL_PER_FILE_OBJECT_CONTEXT*/
+STDCALL
 FsRtlLookupPerFileObjectContext (
     IN PFSRTL_ADVANCED_FCB_HEADER StreamContext,
     IN PVOID OwnerId OPTIONAL,
@@ -267,8 +267,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 VOID
+STDCALL
 FsRtlResetLargeMcb (
     IN PLARGE_MCB Mcb,
     IN BOOLEAN SelfSynchronized
CVSspam 0.2.8