]> Creatis software - clitk.git/blobdiff - common/clitkTimer.h
UNIX -> unix
[clitk.git] / common / clitkTimer.h
index 87edf5b9f0c93d2f2c65c582f111edf44e16e650..6fb1f0f67a37f92d30725f30a4b4f9527b3bdcff 100644 (file)
@@ -13,7 +13,7 @@
 
 #include "clitkCommon.h"
 #include <ctime> 
-#if defined(UNIX)
+#if defined(unix)
 #  include <sys/time.h>
 #  include <sys/resource.h>
 #elif defined(WIN32)
@@ -43,7 +43,7 @@ namespace clitk {
     //====================================================================
     
   protected:
-#if defined(UNIX)
+#if defined(unix)
     rusage mBegin; 
     rusage mEnd;
 #elif defined(WIN32)