From 26ed1ebeb95caec8d733a6a91e71e31312a8eb06 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 30 May 2011 00:30:56 +0000 Subject: Compiler directive cleanups --- ptw32_InterlockedCompareExchange.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ptw32_InterlockedCompareExchange.c') diff --git a/ptw32_InterlockedCompareExchange.c b/ptw32_InterlockedCompareExchange.c index 74b9f15..2a42b22 100644 --- a/ptw32_InterlockedCompareExchange.c +++ b/ptw32_InterlockedCompareExchange.c @@ -36,7 +36,7 @@ */ #if 0 -#ifndef _WIN64 +#if !defined(_WIN64) #include "pthread.h" #include "implement.h" -- cgit v1.2.3