diff options
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 = \ |