include: Only use DECLSPEC_IMPORT for Windows compilers in unicode.h.
This commit is contained in:
parent
6cf2df5a0c
commit
6678c07f57
|
@ -32,7 +32,11 @@
|
|||
#endif
|
||||
|
||||
#ifndef WINE_UNICODE_API
|
||||
#define WINE_UNICODE_API DECLSPEC_IMPORT
|
||||
# if defined(_MSC_VER) || defined(__MINGW32__)
|
||||
# define WINE_UNICODE_API DECLSPEC_IMPORT
|
||||
# else
|
||||
# define WINE_UNICODE_API
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef WINE_UNICODE_INLINE
|
||||
|
|
Loading…
Reference in New Issue