[ros-diffs] [hpoussin] 35253: Remove stdcall decorations to fix build. Real fix should be available soon.

hpoussin at svn.reactos.org hpoussin at svn.reactos.org
Sun Aug 10 08:50:30 CEST 2008


Author: hpoussin
Date: Sun Aug 10 01:50:29 2008
New Revision: 35253

URL: http://svn.reactos.org/svn/reactos?rev=35253&view=rev
Log:
Remove stdcall decorations to fix build.
Real fix should be available soon.

Modified:
    trunk/reactos/ntoskrnl/ntoskrnl_i386.def

Modified: trunk/reactos/ntoskrnl/ntoskrnl_i386.def
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ntoskrnl_i386.def?rev=35253&r1=35252&r2=35253&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ntoskrnl_i386.def [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ntoskrnl_i386.def [iso-8859-1] Sun Aug 10 01:50:29 2008
@@ -684,8 +684,8 @@
 @KeTryToAcquireGuardedMutex at 4
 @KeTryToAcquireSpinLockAtDpcLevel at 4
 KeUnstackDetachProcess at 4
-KeUpdateRunTime at 4
-KeUpdateSystemTime at 0
+KeUpdateRunTime
+KeUpdateSystemTime
 KeUserModeCallback at 20
 KeWaitForMultipleObjects at 32
 KeWaitForMutexObject at 20=KeWaitForSingleObject at 20



More information about the Ros-diffs mailing list