it's __unix__, not __UNIX__
This commit is contained in:
parent
ea17fb07ad
commit
edc38e5394
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Authors:
|
||||||
Johann Dréo <johann.dreo@thalesgroup.com>
|
Johann Dréo <johann.dreo@thalesgroup.com>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#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."
|
#warning "Warning: class 'eoEvalUserTimeThrowException' is only available under UNIX systems (defining 'rusage' in 'sys/resource.h'), contributions for other systems are welcomed."
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue