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:
Kai Tietz 2007-08-17 08:50:43 +00:00
parent a928766fa9
commit dbfe49c54d
2 changed files with 4 additions and 3 deletions

View File

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

View File

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