mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-6998 Remove dllimport attribute when building on Cygwin GCC.
X-SVN-Rev: 26459
This commit is contained in:
parent
4ca1eed83e
commit
6c22ca75fe
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ typedef unsigned int uint32_t;
|
|||
#define U_EXPORT2
|
||||
|
||||
/* cygwin needs to export/import data */
|
||||
#ifdef U_CYGWIN
|
||||
#if defined(U_CYGWIN) && !defined(__GNUC__)
|
||||
#define U_IMPORT __declspec(dllimport)
|
||||
#else
|
||||
#define U_IMPORT
|
||||
|
|
Loading…
Add table
Reference in a new issue