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/lmalert.h')
-rw-r--r--winsup/w32api/include/lmalert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/lmalert.h b/winsup/w32api/include/lmalert.h
index d4899bc30..4f59edc8b 100644
--- a/winsup/w32api/include/lmalert.h
+++ b/winsup/w32api/include/lmalert.h
@@ -1,5 +1,9 @@
#ifndef _LMALERT_H
#define _LMALERT_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
+
#define ALERTER_MAILSLOT TEXT("\\\\.\\MAILSLOT\\Alerter")
#define ALERT_PRINT_EVENT TEXT("PRINTING")
#define ALERT_MESSAGE_EVENT TEXT("MESSAGE")