summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Kelman <tony@kelman.net>2014-09-23 11:08:52 -0700
committerTony Kelman <tony@kelman.net>2014-09-23 11:08:52 -0700
commitd61d551d5a4cb5a47e244928bc87fc95a4a4e88a (patch)
tree8cdcd094f2fc9ea0433c677d024d2a47602d729b
parent6b6786598483bdc8f9c1f743bd154137a3820886 (diff)
downloadlibutf8proc-d61d551d5a4cb5a47e244928bc87fc95a4a4e88a.tar.gz
libutf8proc-d61d551d5a4cb5a47e244928bc87fc95a4a4e88a.tar.bz2
s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/
-rw-r--r--Makefile2
-rw-r--r--mojibake.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c53a918..1312691 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ MAKE=make
# settings
-cflags = -O2 -std=c99 -pedantic -Wall -fpic -DLIBRARY_EXPORTS $(CFLAGS)
+cflags = -O2 -std=c99 -pedantic -Wall -fpic -DMOJIBAKE_EXPORTS $(CFLAGS)
cc = $(CC) $(cflags)
AR = ar
diff --git a/mojibake.h b/mojibake.h
index 03069b6..2101f8c 100644
--- a/mojibake.h
+++ b/mojibake.h
@@ -76,7 +76,7 @@ enum {false, true};
#include <limits.h>
#ifdef _WIN32
-# ifdef LIBRARY_EXPORTS
+# ifdef MOJIBAKE_EXPORTS
# define DLLEXPORT __declspec(dllexport)
# else
# define DLLEXPORT __declspec(dllimport)