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/lmsname.h')
-rw-r--r--winsup/w32api/include/lmsname.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/lmsname.h b/winsup/w32api/include/lmsname.h
index 2a0f42bcd..a840cb21f 100644
--- a/winsup/w32api/include/lmsname.h
+++ b/winsup/w32api/include/lmsname.h
@@ -1,5 +1,9 @@
#ifndef _LMSNAME_H
#define _LMSNAME_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
+
#define SERVICE_WORKSTATION TEXT("LanmanWorkstation")
#define SERVICE_LM20_WORKSTATION TEXT("WORKSTATION")
#define WORKSTATION_DISPLAY_NAME TEXT("Workstation")