diff options
Diffstat (limited to 'winsup/w32api/include/wsahelp.h')
-rw-r--r-- | winsup/w32api/include/wsahelp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/w32api/include/wsahelp.h b/winsup/w32api/include/wsahelp.h index bcdeba87d..8ff876e04 100644 --- a/winsup/w32api/include/wsahelp.h +++ b/winsup/w32api/include/wsahelp.h @@ -1,5 +1,8 @@ #ifndef _WSAHELP_H #define _WSAHELP_H +#if __GNUC__ >= 3 +#pragma GCC system_header +#endif #include <winsock2.h> #include <ntsecapi.h> @@ -92,5 +95,4 @@ typedef DWORD (WINAPI *PWSH_GET_WINSOCK_MAPPING)(PWINSOCK_MAPPING,DWORD); #ifdef __cplusplus } #endif /* __cplusplus */ - -#endif /* _WSAHELP_H */ +#endif |