1/** 2 * This file has no copyright assigned and is placed in the Public Domain. 3 * This file is part of the w64 mingw-runtime package. 4 * No warranty is given; refer to the file DISCLAIMER.PD within this package. 5 */ 6#ifndef _YVALS 7#define _YVALS 8 9#include <_mingw.h>
| 1/** 2 * This file has no copyright assigned and is placed in the Public Domain. 3 * This file is part of the w64 mingw-runtime package. 4 * No warranty is given; refer to the file DISCLAIMER.PD within this package. 5 */ 6#ifndef _YVALS 7#define _YVALS 8 9#include <_mingw.h>
|
10/* TODO, don't include crtdef.h. */ 11#include <crtdefs.h>
| |
12
| 10
|
13#pragma pack(push,_CRT_PACKING)
| 11#pragma pack(push,8)
|
14 15#define _CPPLIB_VER 405 16#define __PURE_APPDOMAIN_GLOBAL 17 18#ifndef __CRTDECL 19#define __CRTDECL __cdecl 20#endif 21
--- 252 unchanged lines hidden --- | 12 13#define _CPPLIB_VER 405 14#define __PURE_APPDOMAIN_GLOBAL 15 16#ifndef __CRTDECL 17#define __CRTDECL __cdecl 18#endif 19
--- 252 unchanged lines hidden --- |