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/cderr.h')
-rw-r--r--winsup/w32api/include/cderr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/cderr.h b/winsup/w32api/include/cderr.h
index f148fc4d3..e9a5b0570 100644
--- a/winsup/w32api/include/cderr.h
+++ b/winsup/w32api/include/cderr.h
@@ -1,5 +1,9 @@
#ifndef _CDERR_H
#define _CDERR_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
+
#define CDERR_DIALOGFAILURE 0xFFFF
#define CDERR_GENERALCODES 0x0000
#define CDERR_STRUCTSIZE 0x0001