blob: eb15c3714bd876ec4600dd0f0a67a22fb733fe35 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- a/utf8proc.h
+++ b/utf8proc.h
@@ -120,15 +120,1 @@ typedef bool utf8proc_bool;
-#ifdef UTF8PROC_STATIC
-# define UTF8PROC_DLLEXPORT
-#else
-# ifdef _WIN32
-# ifdef UTF8PROC_EXPORTS
-# define UTF8PROC_DLLEXPORT __declspec(dllexport)
-# else
-# define UTF8PROC_DLLEXPORT __declspec(dllimport)
-# endif
-# elif __GNUC__ >= 4
-# define UTF8PROC_DLLEXPORT __attribute__ ((visibility("default")))
-# else
-# define UTF8PROC_DLLEXPORT
-# endif
-#endif
+#define UTF8PROC_DLLEXPORT
|