include: Only use DECLSPEC_IMPORT for Windows compilers in unicode.h.

This commit is contained in:
Alexandre Julliard 2007-11-07 12:30:51 +01:00
parent 6cf2df5a0c
commit 6678c07f57
1 changed files with 5 additions and 1 deletions

View File

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