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/mingw/include/_mingw.h')
-rw-r--r--winsup/mingw/include/_mingw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/mingw/include/_mingw.h b/winsup/mingw/include/_mingw.h
index 63d6caa22..7648a3106 100644
--- a/winsup/mingw/include/_mingw.h
+++ b/winsup/mingw/include/_mingw.h
@@ -28,8 +28,10 @@
#define __MINGW32_PATCHLEVEL 0
#if __GNUC__ >= 3
+#ifndef __PCC__
#pragma GCC system_header
#endif
+#endif
/* These are defined by the user (or the compiler)
to specify how identifiers are imported from a DLL.