Switch _INC_EH to _EH_H_ git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@262 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/eh.h b/mingw-w64-headers/include/eh.h index 42bd0bd..0feb2dd 100644 --- a/mingw-w64-headers/include/eh.h +++ b/mingw-w64-headers/include/eh.h
@@ -5,8 +5,8 @@ */ #include <_mingw.h> -#ifndef _INC_EH -#define _INC_EH +#ifndef _EH_H_ +#define _EH_H_ #ifndef RC_INVOKED @@ -36,4 +36,5 @@ #pragma pack(pop) #endif -#endif +#endif /* End _EH_H_ */ +