Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion utf8proc.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ typedef bool utf8proc_bool;
#include <limits.h>

#ifdef UTF8PROC_STATIC
# define UTF8PROC_DLLEXPORT
# ifndef UTF8PROC_DLLEXPORT
# define UTF8PROC_DLLEXPORT
# endif
#else
# ifdef _WIN32
# ifdef UTF8PROC_EXPORTS
Expand Down