14 lines
213 B
C++
14 lines
213 B
C++
|
#ifndef _COUNT_TIME_HH_
|
||
|
#define _COUNT_TIME_HH_
|
||
|
|
||
|
#ifndef _WIN32 //Added by zenglei@2018-12-04
|
||
|
#include <sys/time.h>
|
||
|
#endif
|
||
|
|
||
|
#ifndef USE_COUNT_TIME
|
||
|
#define USE_COUNT_TIME
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#endif
|