ReactOS 0.4.15-dev-7953-g1f49173
vadefs.h File Reference
#include <crtdefs.h>
Include dependency graph for vadefs.h:
This graph shows which files directly or indirectly include this file:

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))
 

Macro Definition Documentation

◆ _ADDRESSOF

#define _ADDRESSOF (   v)    (&(v))

Definition at line 26 of file vadefs.h.

◆ _APALIGN

#define _APALIGN (   t,
  ap 
)    (__alignof(t))

Definition at line 37 of file vadefs.h.

◆ _CRT_PACKING

#define _CRT_PACKING   8

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Definition at line 16 of file vadefs.h.

◆ _INTSIZEOF

#define _INTSIZEOF (   n)    ((sizeof(n) + sizeof(int) - 1) & ~(sizeof(int) - 1))

Definition at line 40 of file vadefs.h.

◆ _SLOTSIZEOF

#define _SLOTSIZEOF (   t)    (sizeof(t))

Definition at line 36 of file vadefs.h.

◆ va_copy

#define va_copy (   d,
  s 
)    __va_copy((d),(s))

Definition at line 89 of file vadefs.h.