wrowe 2002/07/02 11:19:37
Modified: include apr_atomic.h
Log:
I committed this brokenness? Gheesh, aught to read "Modified Files:"
more closely.
Revision Changes Path
1.30 +1 -1 apr/include/apr_atomic.h
Index: apr_atomic.h
===================================================================
RCS file: /home/cvs/apr/include/apr_atomic.h,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- apr_atomic.h 22 Jun 2002 08:06:48 -0000 1.29
+++ apr_atomic.h 2 Jul 2002 18:19:37 -0000 1.30
@@ -144,7 +144,7 @@
#elif defined(WIN32)
-#define apr_atomic_t LONG
+typedef LONG apr_atomic_t;
#define apr_atomic_add(mem, val) InterlockedExchangeAdd(mem,val)
#define apr_atomic_dec(mem) InterlockedDecrement(mem)