* Forgot the GCC case.

svn path=/trunk/; revision=58750
This commit is contained in:
Amine Khaldi 2013-04-13 22:42:50 +00:00
parent 78c8abf0e3
commit dfa9f630bb
2 changed files with 2 additions and 2 deletions

View file

@ -300,7 +300,7 @@
#endif /* DECLSPEC_ALIGN */
#ifndef DECLSPEC_SELECTANY
#if (_MSC_VER >= 1100)
#if (_MSC_VER >= 1100) || defined(__GNUC__)
#define DECLSPEC_SELECTANY __declspec(selectany)
#else
#define DECLSPEC_SELECTANY

View file

@ -218,7 +218,7 @@ extern "C" {
#endif
#ifndef DECLSPEC_SELECTANY
#if (_MSC_VER >= 1100)
#if (_MSC_VER >= 1100) || defined(__GNUC__)
#define DECLSPEC_SELECTANY __declspec(selectany)
#else
#define DECLSPEC_SELECTANY