cmTime.h: Added OSX specfic clock_gettime().
This commit is contained in:
parent
b82a0d0edd
commit
0882f93f50
5
cmTime.h
5
cmTime.h
@ -7,10 +7,13 @@
|
|||||||
// calculate elapsed time.
|
// calculate elapsed time.
|
||||||
//)
|
//)
|
||||||
|
|
||||||
|
#ifdef OS_OSX
|
||||||
|
#include "osx/clock_gettime_stub.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef cmTime_h
|
#ifndef cmTime_h
|
||||||
#define cmTime_h
|
#define cmTime_h
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user