diff --git a/utf8proc.h b/utf8proc.h index 569a21d..7619949 100644 --- a/utf8proc.h +++ b/utf8proc.h @@ -121,7 +121,9 @@ typedef bool utf8proc_bool; #include #ifdef UTF8PROC_STATIC -# define UTF8PROC_DLLEXPORT +# ifndef UTF8PROC_DLLEXPORT +# define UTF8PROC_DLLEXPORT +# endif #else # ifdef _WIN32 # ifdef UTF8PROC_EXPORTS