From edc38e53943e62be2c07934e3d572286b1859a80 Mon Sep 17 00:00:00 2001 From: nojhan Date: Mon, 10 Oct 2011 22:20:39 +0200 Subject: [PATCH] it's __unix__, not __UNIX__ --- eo/src/eoEvalUserTimeThrowException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/eoEvalUserTimeThrowException.h b/eo/src/eoEvalUserTimeThrowException.h index 0da39e57e..87e47ac54 100644 --- a/eo/src/eoEvalUserTimeThrowException.h +++ b/eo/src/eoEvalUserTimeThrowException.h @@ -21,7 +21,7 @@ Authors: Johann Dréo */ -#ifndef __UNIX__ +#ifndef __unix__ #warning "Warning: class 'eoEvalUserTimeThrowException' is only available under UNIX systems (defining 'rusage' in 'sys/resource.h'), contributions for other systems are welcomed." #else