7 lines
121 B
C
7 lines
121 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
|
||
|
|
#ifndef LOCAL_TIME_DEFINE
|
||
|
|
typedef __int64 LOCAL_TIME;
|
||
|
|
#define LOCAL_TIME_DEFINE
|
||
|
|
#endif //LOCAL_TIME_DEFINE
|