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/winnt.h')
-rw-r--r--winsup/w32api/include/winnt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index 7276945c8..810d99158 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -1,5 +1,9 @@
#ifndef _WINNT_H
#define _WINNT_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
+
/* translate GCC target defines to MS equivalents. Keep this synchronized
with windows.h. */
#if defined(__i686__) && !defined(_M_IX86)