Commit in reactos/ntoskrnl/dbg on MAIN
print.c+3-31.19 -> 1.20
fix misplaced STDCALL

reactos/ntoskrnl/dbg
print.c 1.19 -> 1.20
diff -u -r1.19 -r1.20
--- print.c	15 Aug 2004 16:39:00 -0000	1.19
+++ print.c	21 Aug 2004 15:34:32 -0000	1.20
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: print.c,v 1.19 2004/08/15 16:39:00 chorns Exp $
+/* $Id: print.c,v 1.20 2004/08/21 15:34:32 tamlin Exp $
  *
  * COPYRIGHT:       See COPYING in the top level directory
  * PROJECT:         ReactOS kernel
@@ -132,8 +132,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 DbgQueryDebugFilterState(
     IN ULONG ComponentId,
     IN ULONG Level
@@ -146,8 +146,8 @@
 /*
  * @unimplemented
  */
-STDCALL
 NTSTATUS
+STDCALL
 DbgSetDebugFilterState(
     IN ULONG ComponentId,
     IN ULONG Level,
CVSspam 0.2.8