[ros-diffs] [tkreuzer] 34882: another Interlocked fix, still it's not all perfect

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Mon Jul 28 03:50:23 CEST 2008


Author: tkreuzer
Date: Sun Jul 27 20:50:22 2008
New Revision: 34882

URL: http://svn.reactos.org/svn/reactos?rev=34882&view=rev
Log:
another Interlocked fix, still it's not all perfect

Modified:
    branches/ros-amd64-bringup/reactos/include/ddk/winddk.h

Modified: branches/ros-amd64-bringup/reactos/include/ddk/winddk.h
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/include/ddk/winddk.h?rev=34882&r1=34881&r2=34882&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/ddk/winddk.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/ddk/winddk.h [iso-8859-1] Sun Jul 27 20:50:22 2008
@@ -5693,6 +5693,7 @@
 #if !defined(__INTERLOCKED_DECLARED)
 #define __INTERLOCKED_DECLARED
 
+#if defined(NO_INTERLOCKED_INTRINSICS)
 NTKERNELAPI
 LONG
 FASTCALL
@@ -5726,6 +5727,7 @@
 InterlockedExchangeAdd(
   IN OUT LONG volatile *Addend,
   IN LONG  Value);
+#endif
 
 /*
  * PVOID



More information about the Ros-diffs mailing list