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