misc changes
This commit is contained in:
parent
e681d155d9
commit
553fa56442
9 changed files with 86 additions and 100 deletions
|
@ -75,7 +75,12 @@ typedef struct RECT
|
|||
|
||||
typedef RECT RECT_AVP;
|
||||
|
||||
#if !defined(__INTEL_COMPILER)
|
||||
typedef int64_t __int64;
|
||||
#else
|
||||
typedef __int64 int64_t;
|
||||
typedef unsigned __int64 uint64_t;
|
||||
#endif
|
||||
|
||||
typedef time_t FILETIME;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue