mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
* Forgot the GCC case.
svn path=/trunk/; revision=58750
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user