From 26ed1ebeb95caec8d733a6a91e71e31312a8eb06 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 30 May 2011 00:30:56 +0000 Subject: Compiler directive cleanups --- pthread_detach.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_detach.c') diff --git a/pthread_detach.c b/pthread_detach.c index 84bfe1a..9ff6587 100644 --- a/pthread_detach.c +++ b/pthread_detach.c @@ -42,7 +42,7 @@ * Not needed yet, but defining it should indicate clashes with build target * environment that should be fixed. */ -#ifndef WINCE +#if !defined(WINCE) # include #endif -- cgit v1.2.3