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/inclu…
==============================================================================
--- 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