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/tlhelp32.h')
-rw-r--r--winsup/w32api/include/tlhelp32.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/tlhelp32.h b/winsup/w32api/include/tlhelp32.h
index 8f4222e34..e92838006 100644
--- a/winsup/w32api/include/tlhelp32.h
+++ b/winsup/w32api/include/tlhelp32.h
@@ -12,6 +12,10 @@
*/
#ifndef _TLHELP32_H
#define _TLHELP32_H
+#if __GNUC__ >=3
+#pragma GCC system_header
+#endif
+
#ifdef __cplusplus
extern "C" {
#endif