From 285ae543e289049ef47b73a3845d63e5188507c8 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos Date: Fri, 14 Apr 2006 15:54:54 +0000 Subject: * include/wsahelp.h (system_header): Add pragma. * include/ws2spi.h (system_header): Add pragma. * include/rasdlg.h (system_header): Add pragma. * include/rasdlg.h (_RASDLG_H): Define. Define instead of _RASDLG_H_, this is the w32api standard. * include/mlang.h (_MLANG_H): Define. Define instead of _MLANG_H_, this is the w32api standard. * include/setupapi.h (_SETUPAPI_H): Define. Define instead of _SETUPAPI_H_, this is the w32api standard. --- winsup/w32api/include/setupapi.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'winsup/w32api/include/setupapi.h') diff --git a/winsup/w32api/include/setupapi.h b/winsup/w32api/include/setupapi.h index 269884124..4b2ed1e0b 100644 --- a/winsup/w32api/include/setupapi.h +++ b/winsup/w32api/include/setupapi.h @@ -1,5 +1,5 @@ -#ifndef _SETUPAPI_H_ -#define _SETUPAPI_H_ +#ifndef _SETUPAPI_H +#define _SETUPAPI_H #if __GNUC__ >=3 #pragma GCC system_header #endif @@ -1573,7 +1573,5 @@ WINSETUPAPI BOOL WINAPI SetupTerminateFileLog(HSPFILELOG); #ifdef __cplusplus } #endif - #include -#endif /* _SETUPAPI_H_ */ - +#endif -- cgit v1.2.3