Commit 6678c07f authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 6cf2df5a
...@@ -32,7 +32,11 @@ ...@@ -32,7 +32,11 @@
#endif #endif
#ifndef WINE_UNICODE_API #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 #endif
#ifndef WINE_UNICODE_INLINE #ifndef WINE_UNICODE_INLINE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment