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_reuse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ptw32_reuse.c') diff --git a/ptw32_reuse.c b/ptw32_reuse.c index 31ebdc4..7325857 100644 --- a/ptw32_reuse.c +++ b/ptw32_reuse.c @@ -126,7 +126,7 @@ ptw32_threadReusePush (pthread_t thread) tp->ptHandle = t; /* Bump the reuse counter now */ -#ifdef PTW32_THREAD_ID_REUSE_INCREMENT +#if defined(PTW32_THREAD_ID_REUSE_INCREMENT) tp->ptHandle.x += PTW32_THREAD_ID_REUSE_INCREMENT; #else tp->ptHandle.x++; -- cgit v1.2.3