equal
deleted
inserted
replaced
60 # define FORCEINLINE __forceinline |
60 # define FORCEINLINE __forceinline |
61 # define INLINE _inline |
61 # define INLINE _inline |
62 # define CDECL _cdecl |
62 # define CDECL _cdecl |
63 # define NOT_REACHED() _assume(0) |
63 # define NOT_REACHED() _assume(0) |
64 # define snprintf _snprintf |
64 # define snprintf _snprintf |
|
65 # define vsnprintf _vsnprintf |
65 # undef TTD_ALIGNMENT_4 |
66 # undef TTD_ALIGNMENT_4 |
66 # undef TTD_ALIGNMENT_2 |
67 # undef TTD_ALIGNMENT_2 |
67 # define GCC_PACK |
68 # define GCC_PACK |
68 #endif |
69 #endif |
69 |
70 |