summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/winnt.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2006-01-26 01:55:39 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2006-01-26 01:55:39 +0000
commitc40776e5a2e4342d069ec39105f90a33bfc8ea28 (patch)
tree7df9498586c89d183b8ae0234245fa3d197a9de8 /winsup/w32api/include/winnt.h
parenta62ec6b340224da253ebcc1ca274f0eb386aaf9c (diff)
downloadcygnal-c40776e5a2e4342d069ec39105f90a33bfc8ea28.tar.gz
cygnal-c40776e5a2e4342d069ec39105f90a33bfc8ea28.tar.bz2
cygnal-c40776e5a2e4342d069ec39105f90a33bfc8ea28.zip
* include/winnt.h (DECLSPEC_SELECTANY): Define.
Diffstat (limited to 'winsup/w32api/include/winnt.h')
-rw-r--r--winsup/w32api/include/winnt.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/w32api/include/winnt.h b/winsup/w32api/include/winnt.h
index 05343c057..422d9c8c2 100644
--- a/winsup/w32api/include/winnt.h
+++ b/winsup/w32api/include/winnt.h
@@ -51,6 +51,14 @@ extern "C" {
#endif
#endif
+#ifndef DECLSPEC_SELECTANY
+#if (__GNUC__ >= 4)
+#define DECLSPEC_SELECTANY __attribute__((selectany))
+#else
+#define DECLSPEC_SELECTANY
+#endif
+#endif
+
#ifndef VOID
#define VOID void
#endif