mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 18:04:18 +08:00
Adjust headers to prevent a fixinclude modification.
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@22 4407c894-4637-0410-b4f5-ada5f102cad1
This commit is contained in:
parent
a928766fa9
commit
dbfe49c54d
@ -8,6 +8,8 @@
|
||||
|
||||
#include <_mingw.h>
|
||||
|
||||
struct exception;
|
||||
|
||||
#pragma pack(push,_CRT_PACKING)
|
||||
|
||||
#ifdef __cplusplus
|
||||
@ -15,6 +17,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
#ifndef _EXCEPTION_DEFINED
|
||||
#define _EXCEPTION_DEFINED
|
||||
struct _exception {
|
||||
int type;
|
||||
char *name;
|
||||
@ -22,8 +25,6 @@ extern "C" {
|
||||
double arg2;
|
||||
double retval;
|
||||
};
|
||||
|
||||
#define _EXCEPTION_DEFINED
|
||||
#endif
|
||||
|
||||
#ifndef _COMPLEX_DEFINED
|
||||
|
@ -3,7 +3,7 @@
|
||||
* This file is part of the w64 mingw-runtime package.
|
||||
* No warranty is given; refer to the file DISCLAIMER within this package.
|
||||
*/
|
||||
#if !defined(_OLE2_H_)
|
||||
#ifndef _OLE2_H_
|
||||
#define _OLE2_H_
|
||||
|
||||
#include <pshpack8.h>
|
||||
|
Loading…
Reference in New Issue
Block a user