diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2006-04-14 15:54:54 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2006-04-14 15:54:54 +0000 |
commit | 285ae543e289049ef47b73a3845d63e5188507c8 (patch) | |
tree | 82dd80257beedf1ceba8bdc0e48476bc5f88cda0 /winsup/w32api/include/ws2spi.h | |
parent | 3253f2197235866755ffd22005406a2a7995f3e1 (diff) | |
download | cygnal-285ae543e289049ef47b73a3845d63e5188507c8.tar.gz cygnal-285ae543e289049ef47b73a3845d63e5188507c8.tar.bz2 cygnal-285ae543e289049ef47b73a3845d63e5188507c8.zip |
* 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.
Diffstat (limited to 'winsup/w32api/include/ws2spi.h')
-rw-r--r-- | winsup/w32api/include/ws2spi.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/w32api/include/ws2spi.h b/winsup/w32api/include/ws2spi.h index fe7425e59..4f7a01e9d 100644 --- a/winsup/w32api/include/ws2spi.h +++ b/winsup/w32api/include/ws2spi.h @@ -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 |