ReactOS 0.4.16-dev-297-gc569aee
|
Go to the source code of this file.
Macros | |
#define | _CRT_PACKING 8 |
#define | _VA_LIST_DEFINED |
#define | _UINTPTR_T_DEFINED |
#define | __uintptr_t_defined |
#define | _ADDRESSOF(v) (&(v)) |
#define | _SLOTSIZEOF(t) (sizeof(t)) |
#define | _APALIGN(t, ap) (__alignof(t)) |
#define | _INTSIZEOF(n) ((sizeof(n) + sizeof(int) - 1) & ~(sizeof(int) - 1)) |
#define | va_copy(d, s) __va_copy((d),(s)) |
Typedefs | |
typedef unsigned int | uintptr_t |
#define _CRT_PACKING 8 |