* 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.
This commit is contained in:
Dimitri Papadopoulos
2006-04-14 15:54:54 +00:00
parent 3253f21972
commit 285ae543e2
6 changed files with 32 additions and 15 deletions

View File

@ -17,6 +17,9 @@
*/
#ifndef _WS2SPI_H
#define _WS2SPI_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#include <winsock2.h>
@ -196,5 +199,4 @@ INT WSPAPI WSCWriteProviderOrder(LPDWORD,DWORD);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _WS2SPI_H */
#endif