From f72b0c887831a50ee70be905dca155bf40c48e72 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Tue, 17 Aug 1999 12:02:27 +0000 Subject: [PATCH] Fixed STDCALL bugs. svn path=/trunk/; revision=616 --- reactos/ntoskrnl/ex/time.c | 2 -- reactos/ntoskrnl/ntoskrnl.def | 4 ++-- reactos/ntoskrnl/ntoskrnl.edf | 4 ++-- reactos/ntoskrnl/ps/tinfo.c | 1 - 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/reactos/ntoskrnl/ex/time.c b/reactos/ntoskrnl/ex/time.c index d10f48c1c65..4460876f59e 100644 --- a/reactos/ntoskrnl/ex/time.c +++ b/reactos/ntoskrnl/ex/time.c @@ -59,7 +59,6 @@ NtQuerySystemTime ( VOID -STDCALL ExLocalTimeToSystemTime ( PLARGE_INTEGER LocalTime, PLARGE_INTEGER SystemTime @@ -71,7 +70,6 @@ ExLocalTimeToSystemTime ( VOID -STDCALL ExSystemTimeToLocalTime ( PLARGE_INTEGER SystemTime, PLARGE_INTEGER LocalTime diff --git a/reactos/ntoskrnl/ntoskrnl.def b/reactos/ntoskrnl/ntoskrnl.def index 3331bebe4c9..67d11195587 100644 --- a/reactos/ntoskrnl/ntoskrnl.def +++ b/reactos/ntoskrnl/ntoskrnl.def @@ -1,4 +1,4 @@ -; $Id: ntoskrnl.def,v 1.14 1999/07/29 21:25:04 ekohl Exp $ +; $Id: ntoskrnl.def,v 1.15 1999/08/17 12:01:38 ekohl Exp $ ; ; reactos/ntoskrnl/ntoskrnl.def ; @@ -81,7 +81,7 @@ KeBugCheck KeBugCheckEx KeFlushIoBuffers KeGetCurrentIrql -KeGetPreviousMode@0 +KeGetPreviousMode KeInitializeDpc KeInitializeEvent KeInitializeSpinLock diff --git a/reactos/ntoskrnl/ntoskrnl.edf b/reactos/ntoskrnl/ntoskrnl.edf index e81e2ac74e5..d371b43b823 100644 --- a/reactos/ntoskrnl/ntoskrnl.edf +++ b/reactos/ntoskrnl/ntoskrnl.edf @@ -1,4 +1,4 @@ -; $Id: ntoskrnl.edf,v 1.2 1999/07/29 21:25:04 ekohl Exp $ +; $Id: ntoskrnl.edf,v 1.3 1999/08/17 12:01:39 ekohl Exp $ ; ; reactos/ntoskrnl/ntoskrnl.def ; @@ -81,7 +81,7 @@ KeBugCheck KeBugCheckEx KeFlushIoBuffers KeGetCurrentIrql -KeGetPreviousMode=KeGetPreviousMode@0 +KeGetPreviousMode KeInitializeDpc KeInitializeEvent KeInitializeSpinLock diff --git a/reactos/ntoskrnl/ps/tinfo.c b/reactos/ntoskrnl/ps/tinfo.c index 0d78a079a2d..fbdd7a57f0d 100644 --- a/reactos/ntoskrnl/ps/tinfo.c +++ b/reactos/ntoskrnl/ps/tinfo.c @@ -126,7 +126,6 @@ NtQueryInformationThread ( ULONG -STDCALL KeGetPreviousMode (VOID) { /* CurrentThread is in ntoskrnl/ps/thread.c */