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 /Makefile | |
parent | 5af9e85e56dbcae60f771619131ecbc17980fdaa (diff) |
Redo Interlocked macros; see the ChangeLog
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -174,7 +174,6 @@ SMALL_STATIC_OBJS = \ ptw32_callUserDestroyRoutines.obj \ ptw32_timespec.obj \ ptw32_throw.obj \ - ptw32_InterlockedCompareExchange.obj \ ptw32_getprocessors.obj \ ptw32_calloc.obj \ ptw32_new.obj \ @@ -315,7 +314,6 @@ PRIVATE_SRCS = \ ptw32_semwait.c \ ptw32_timespec.c \ ptw32_throw.c \ - ptw32_InterlockedCompareExchange.c \ ptw32_getprocessors.c RWLOCK_SRCS = \ |