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/winerror.h')
-rw-r--r--winsup/w32api/include/winerror.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/winerror.h b/winsup/w32api/include/winerror.h
index 5dc58c774..8865d9782 100644
--- a/winsup/w32api/include/winerror.h
+++ b/winsup/w32api/include/winerror.h
@@ -1,5 +1,9 @@
#ifndef _WINERROR_H
#define _WINERROR_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
+
#define ERROR_SUCCESS 0L
#define NO_ERROR 0L
#define ERROR_INVALID_FUNCTION 1L