ReactOS 0.4.15-dev-7931-gfd331f1
_mingw_mac.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define __STRINGIFY(x)   #x
 
#define __MINGW64_STRINGIFY(x)   __STRINGIFY(x)
 
#define __MINGW64_VERSION_MAJOR   1
 
#define __MINGW64_VERSION_MINOR   1
 
#define __MINGW64_VERSION_STR   __MINGW64_STRINGIFY(__MINGW64_VERSION_MAJOR) "." __MINGW64_STRINGIFY(__MINGW64_VERSION_MINOR)
 
#define __MINGW64_VERSION_STATE   "alpha"
 
#define __MINGW32_MAJOR_VERSION   3
 
#define __MINGW32_MINOR_VERSION   11
 
#define __MINGW_USE_UNDERSCORE_PREFIX   0
 
#define __MINGW_IMP_SYMBOL(sym)   __imp_##sym
 
#define __MINGW_USYMBOL(sym)   sym
 
#define __MINGW_LSYMBOL(sym)   _##sym
 
#define __USE_MINGW_OUTPUT_FORMAT_EMU   1
 
#define __PTRDIFF_TYPE__   long int
 
#define __SIZE_TYPE__   long unsigned int
 
#define __WCHAR_TYPE__   unsigned short
 
#define __WINT_TYPE__   unsigned short
 
#define __MINGW_EXTENSION
 
#define __C89_NAMELESS   __MINGW_EXTENSION
 
#define __C89_NAMELESSSTRUCTNAME
 
#define __C89_NAMELESSUNIONNAME
 
#define __GNU_EXTENSION   __MINGW_EXTENSION
 
#define __MINGW_HAVE_ANSI_C99_PRINTF   1
 
#define __MINGW_HAVE_WIDE_C99_PRINTF   1
 
#define __MINGW_HAVE_ANSI_C99_SCANF   1
 
#define __MINGW_HAVE_WIDE_C99_SCANF   1
 

Macro Definition Documentation

◆ __C89_NAMELESS

#define __C89_NAMELESS   __MINGW_EXTENSION

Definition at line 128 of file _mingw_mac.h.

◆ __C89_NAMELESSSTRUCTNAME

#define __C89_NAMELESSSTRUCTNAME

Definition at line 130 of file _mingw_mac.h.

◆ __C89_NAMELESSUNIONNAME

#define __C89_NAMELESSUNIONNAME

Definition at line 131 of file _mingw_mac.h.

◆ __GNU_EXTENSION

#define __GNU_EXTENSION   __MINGW_EXTENSION

Definition at line 135 of file _mingw_mac.h.

◆ __MINGW32_MAJOR_VERSION

#define __MINGW32_MAJOR_VERSION   3

Definition at line 22 of file _mingw_mac.h.

◆ __MINGW32_MINOR_VERSION

#define __MINGW32_MINOR_VERSION   11

Definition at line 23 of file _mingw_mac.h.

◆ __MINGW64_STRINGIFY

#define __MINGW64_STRINGIFY (   x)    __STRINGIFY(x)

Definition at line 11 of file _mingw_mac.h.

◆ __MINGW64_VERSION_MAJOR

#define __MINGW64_VERSION_MAJOR   1

Definition at line 13 of file _mingw_mac.h.

◆ __MINGW64_VERSION_MINOR

#define __MINGW64_VERSION_MINOR   1

Definition at line 14 of file _mingw_mac.h.

◆ __MINGW64_VERSION_STATE

#define __MINGW64_VERSION_STATE   "alpha"

Definition at line 16 of file _mingw_mac.h.

◆ __MINGW64_VERSION_STR

Definition at line 15 of file _mingw_mac.h.

◆ __MINGW_EXTENSION

#define __MINGW_EXTENSION

Definition at line 123 of file _mingw_mac.h.

◆ __MINGW_HAVE_ANSI_C99_PRINTF

#define __MINGW_HAVE_ANSI_C99_PRINTF   1

Definition at line 140 of file _mingw_mac.h.

◆ __MINGW_HAVE_ANSI_C99_SCANF

#define __MINGW_HAVE_ANSI_C99_SCANF   1

Definition at line 142 of file _mingw_mac.h.

◆ __MINGW_HAVE_WIDE_C99_PRINTF

#define __MINGW_HAVE_WIDE_C99_PRINTF   1

Definition at line 141 of file _mingw_mac.h.

◆ __MINGW_HAVE_WIDE_C99_SCANF

#define __MINGW_HAVE_WIDE_C99_SCANF   1

Definition at line 143 of file _mingw_mac.h.

◆ __MINGW_IMP_SYMBOL

#define __MINGW_IMP_SYMBOL (   sym)    __imp_##sym

Definition at line 53 of file _mingw_mac.h.

◆ __MINGW_LSYMBOL

#define __MINGW_LSYMBOL (   sym)    _##sym

Definition at line 55 of file _mingw_mac.h.

◆ __MINGW_USE_UNDERSCORE_PREFIX

#define __MINGW_USE_UNDERSCORE_PREFIX   0

Definition at line 43 of file _mingw_mac.h.

◆ __MINGW_USYMBOL

#define __MINGW_USYMBOL (   sym)    sym

Definition at line 54 of file _mingw_mac.h.

◆ __PTRDIFF_TYPE__

#define __PTRDIFF_TYPE__   long int

Definition at line 100 of file _mingw_mac.h.

◆ __SIZE_TYPE__

#define __SIZE_TYPE__   long unsigned int

Definition at line 108 of file _mingw_mac.h.

◆ __STRINGIFY

#define __STRINGIFY (   x)    #x

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.PD within this package.

Definition at line 10 of file _mingw_mac.h.

◆ __USE_MINGW_OUTPUT_FORMAT_EMU

#define __USE_MINGW_OUTPUT_FORMAT_EMU   1

Definition at line 64 of file _mingw_mac.h.

◆ __WCHAR_TYPE__

#define __WCHAR_TYPE__   unsigned short

Definition at line 113 of file _mingw_mac.h.

◆ __WINT_TYPE__

#define __WINT_TYPE__   unsigned short

Definition at line 116 of file _mingw_mac.h.