ReactOS 0.4.16-dev-297-gc569aee
vadefs.h File Reference
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 _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
 

Macro Definition Documentation

◆ __uintptr_t_defined

#define __uintptr_t_defined

Definition at line 40 of file vadefs.h.

◆ _ADDRESSOF

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

Definition at line 57 of file vadefs.h.

◆ _APALIGN

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

Definition at line 68 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 14 of file vadefs.h.

◆ _INTSIZEOF

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

Definition at line 71 of file vadefs.h.

◆ _SLOTSIZEOF

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

Definition at line 67 of file vadefs.h.

◆ _UINTPTR_T_DEFINED

#define _UINTPTR_T_DEFINED

Definition at line 38 of file vadefs.h.

◆ _VA_LIST_DEFINED

#define _VA_LIST_DEFINED

Definition at line 29 of file vadefs.h.

◆ va_copy

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

Definition at line 120 of file vadefs.h.

Typedef Documentation

◆ uintptr_t

Definition at line 49 of file vadefs.h.