ICU-6998 Remove dllimport attribute when building on Cygwin GCC.

X-SVN-Rev: 26459
This commit is contained in:
Michael Ow 2009-07-30 18:36:51 +00:00
parent 4ca1eed83e
commit 6c22ca75fe

View file

@ -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