Commit in reactos/ntoskrnl/fs on MAIN
notify.c+4-41.12 -> 1.13
Fix misplaced STDCALL calling convention specifiers.

reactos/ntoskrnl/fs
notify.c 1.12 -> 1.13
diff -u -r1.12 -r1.13
--- notify.c	15 Aug 2004 16:39:02 -0000	1.12
+++ notify.c	21 Aug 2004 20:38:53 -0000	1.13
@@ -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 @@
 /*
  * @unimplemented
  */
-STDCALL
 VOID
+STDCALL
 FsRtlNotifyFilterChangeDirectory (
     IN PNOTIFY_SYNC NotifySync,
     IN PLIST_ENTRY NotifyList,
@@ -96,8 +96,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 VOID
+STDCALL
 FsRtlNotifyFilterReportChange (
     IN PNOTIFY_SYNC NotifySync,
     IN PLIST_ENTRY NotifyList,
@@ -311,8 +311,8 @@
  *
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 FsRtlRegisterFileSystemFilterCallbacks (
     IN PVOID		Unknown1,
     IN PVOID		Unknown2
CVSspam 0.2.8