ReactOS 0.4.16-dev-125-g798ea90
|
#include <crtdefs.h>
Go to the source code of this file.
Macros | |
#define | _CRT_PACKING 8 |
#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)) |
#define _CRT_PACKING 8 |