no op header change. Correct some of the header guards to match the DDK Modified: trunk/reactos/w32api/include/ddk/afilter.h Modified: trunk/reactos/w32api/include/ddk/atm.h Modified: trunk/reactos/w32api/include/ddk/cfg.h Modified: trunk/reactos/w32api/include/ddk/cfgmgr32.h Modified: trunk/reactos/w32api/include/ddk/d3dhal.h Modified: trunk/reactos/w32api/include/ddk/scsi.h Modified: trunk/reactos/w32api/include/ddk/xfilter.h _____
Modified: trunk/reactos/w32api/include/ddk/afilter.h --- trunk/reactos/w32api/include/ddk/afilter.h 2005-11-16 21:55:42 UTC (rev 19284) +++ trunk/reactos/w32api/include/ddk/afilter.h 2005-11-16 22:28:05 UTC (rev 19285) @@ -20,8 +20,8 @@
* */
-#ifndef __AFILTER_H -#define __AFILTER_H +#ifndef _ARC_FILTER_DEFS_ +#define _ARC_FILTER_DEFS_
#if __GNUC__ >=3 #pragma GCC system_header @@ -186,4 +186,4 @@ } #endif
-#endif /* __AFILTER_H */ +#endif /* _ARC_FILTER_DEFS_ */ _____
Modified: trunk/reactos/w32api/include/ddk/atm.h --- trunk/reactos/w32api/include/ddk/atm.h 2005-11-16 21:55:42 UTC (rev 19284) +++ trunk/reactos/w32api/include/ddk/atm.h 2005-11-16 22:28:05 UTC (rev 19285) @@ -20,8 +20,8 @@
* */
-#ifndef __ATM_H -#define __ATM_H +#ifndef _ATM_H +#define _ATM_H
#if __GNUC__ >=3 #pragma GCC system_header @@ -504,4 +504,4 @@ } #endif
-#endif /* __ATM_H */ +#endif /* _ATM_H */ _____
Modified: trunk/reactos/w32api/include/ddk/cfg.h --- trunk/reactos/w32api/include/ddk/cfg.h 2005-11-16 21:55:42 UTC (rev 19284) +++ trunk/reactos/w32api/include/ddk/cfg.h 2005-11-16 22:28:05 UTC (rev 19285) @@ -20,8 +20,8 @@
* */
-#ifndef __CFG_H -#define __CFG_H +#ifndef _CFG_INCLUDED_ +#define _CFG_INCLUDED_
#if __GNUC__ >=3 #pragma GCC system_header @@ -142,4 +142,4 @@ } #endif
-#endif /* __CFG_H */ +#endif /* _CFG_INCLUDED_ */ _____
Modified: trunk/reactos/w32api/include/ddk/cfgmgr32.h --- trunk/reactos/w32api/include/ddk/cfgmgr32.h 2005-11-16 21:55:42 UTC (rev 19284) +++ trunk/reactos/w32api/include/ddk/cfgmgr32.h 2005-11-16 22:28:05 UTC (rev 19285) @@ -20,8 +20,8 @@
* */
-#ifndef __CFGMGR32_H -#define __CFGMGR32_H +#ifndef _CFGMGR32_H_ +#define _CFGMGR32_H_
#if __GNUC__ >=3 #pragma GCC system_header @@ -1876,4 +1876,4 @@ } #endif
-#endif /* __CFGMGR32_H */ +#endif /* _CFGMGR32_H_ */ _____
Modified: trunk/reactos/w32api/include/ddk/d3dhal.h --- trunk/reactos/w32api/include/ddk/d3dhal.h 2005-11-16 21:55:42 UTC (rev 19284) +++ trunk/reactos/w32api/include/ddk/d3dhal.h 2005-11-16 22:28:05 UTC (rev 19285) @@ -19,8 +19,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#ifndef __WINE_D3DHAL_H -#define __WINE_D3DHAL_H +#ifndef _D3DHAL_H_ +#define _D3DHAL_H_
#ifdef __cplusplus extern "C" { @@ -522,4 +522,4 @@ } /* extern "C" */ #endif
-#endif /* __WINE_DDRAWI_H */ +#endif /* _D3DHAL_H_ */ _____
Modified: trunk/reactos/w32api/include/ddk/scsi.h --- trunk/reactos/w32api/include/ddk/scsi.h 2005-11-16 21:55:42 UTC (rev 19284) +++ trunk/reactos/w32api/include/ddk/scsi.h 2005-11-16 22:28:05 UTC (rev 19285) @@ -20,8 +20,8 @@
* */
-#ifndef __SCSI_H -#define __SCSI_H +#ifndef _NTSCSI_ +#define _NTSCSI_
#if __GNUC__ >=3 #pragma GCC system_header @@ -1692,4 +1692,4 @@ } #endif
-#endif /* __SCSI_H */ +#endif /* _NTSCSI_ */ _____
Modified: trunk/reactos/w32api/include/ddk/xfilter.h --- trunk/reactos/w32api/include/ddk/xfilter.h 2005-11-16 21:55:42 UTC (rev 19284) +++ trunk/reactos/w32api/include/ddk/xfilter.h 2005-11-16 22:28:05 UTC (rev 19285) @@ -20,8 +20,8 @@
* */
-#ifndef __XFILTER_H -#define __XFILTER_H +#ifndef _X_FILTER_DEFS_ +#define _X_FILTER_DEFS_
#if __GNUC__ >=3 #pragma GCC system_header @@ -233,4 +233,4 @@ } #endif
-#endif /* __XFILTER_H */ +#endif /* _X_FILTER_DEFS_ */