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/largeint.h')
-rw-r--r--winsup/w32api/include/largeint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/largeint.h b/winsup/w32api/include/largeint.h
index c36db31ef..b2222a97f 100644
--- a/winsup/w32api/include/largeint.h
+++ b/winsup/w32api/include/largeint.h
@@ -6,6 +6,9 @@
*/
#ifndef _LARGEINT_H
#define _LARGEINT_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
#include <windows.h>