[ros-diffs] [fireball] 35079: - ExfInterlockedAddUlong is FASTCALL, not NTAPI (spotted by Herve).

fireball at svn.reactos.org fireball at svn.reactos.org
Sun Aug 3 20:39:51 CEST 2008


Author: fireball
Date: Sun Aug  3 13:39:50 2008
New Revision: 35079

URL: http://svn.reactos.org/svn/reactos?rev=35079&view=rev
Log:
- ExfInterlockedAddUlong is FASTCALL, not NTAPI (spotted by Herve).

Modified:
    trunk/reactos/ntoskrnl/ex/fastinterlck.c

Modified: trunk/reactos/ntoskrnl/ex/fastinterlck.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ex/fastinterlck.c?rev=35079&r1=35078&r2=35079&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ex/fastinterlck.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/ex/fastinterlck.c [iso-8859-1] Sun Aug  3 13:39:50 2008
@@ -88,7 +88,7 @@
 }
 
 ULONG
-NTAPI
+FASTCALL
 ExfInterlockedAddUlong(IN PULONG Addend,
                        IN ULONG Increment,
                        PKSPIN_LOCK Lock)



More information about the Ros-diffs mailing list