]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/winnt.h (DECLSPEC_SELECTANY): Define.
authorDanny Smith <dannysmith@users.sourceforge.net>
Thu, 26 Jan 2006 01:55:39 +0000 (01:55 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Thu, 26 Jan 2006 01:55:39 +0000 (01:55 +0000)
winsup/w32api/ChangeLog
winsup/w32api/include/winnt.h

index f4bc871b5aabf90a6b2ca77b9ccae878116c01de..2e56b4aef62bc0745db8966a56c0fcb395f34df1 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-26  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * include/winnt.h (DECLSPEC_SELECTANY): Define.
+
 2006-01-26  Filip Navara  <xnavara@volny.cz>
 
        * include/winnt.h (DECLSPEC_ALIGN): Define.
index 05343c057913174bd09c0c49d7a93e20cd12762a..422d9c8c24d5d19f62ebf96095d74a644010256d 100644 (file)
@@ -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
This page took 0.036313 seconds and 5 git commands to generate.