diff options
author | rpj <rpj> | 2011-07-01 00:51:56 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-01 00:51:56 +0000 |
commit | 1e0bb8a09c86d144f3779bc4d5724afe3f637922 (patch) | |
tree | b4c0c0a6221360107d2bf816523594352eac5f34 /GNUmakefile | |
parent | 5af9e85e56dbcae60f771619131ecbc17980fdaa (diff) |
Redo Interlocked macros; see the ChangeLog
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 3ee8763..a117dfe 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -229,7 +229,6 @@ SMALL_STATIC_OBJS = \ ptw32_callUserDestroyRoutines.o \ ptw32_timespec.o \ ptw32_throw.o \ - ptw32_InterlockedCompareExchange.o \ ptw32_getprocessors.o \ ptw32_calloc.o \ ptw32_new.o \ @@ -372,7 +371,6 @@ PRIVATE_SRCS = \ ptw32_relmillisecs.c \ ptw32_timespec.c \ ptw32_throw.c \ - ptw32_InterlockedCompareExchange.c \ ptw32_getprocessors.c RWLOCK_SRCS = \ |