Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ntsecpkg.h')
-rw-r--r--winsup/w32api/include/ntsecpkg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/ntsecpkg.h b/winsup/w32api/include/ntsecpkg.h
index 4e7696b98..1b6076a86 100644
--- a/winsup/w32api/include/ntsecpkg.h
+++ b/winsup/w32api/include/ntsecpkg.h
@@ -1,5 +1,8 @@
#ifndef _NTSECPKG_H
#define _NTSECPKG_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
#define ISC_REQ_DELEGATE 1
#define ISC_REQ_MUTUAL_AUTH 2