utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

commit d61d551d5a4cb5a47e244928bc87fc95a4a4e88a
parent 6b6786598483bdc8f9c1f743bd154137a3820886
Author: Tony Kelman <tony@kelman.net>
Date:   Tue, 23 Sep 2014 11:08:52 -0700

s/LIBRARY_EXPORTS/MOJIBAKE_EXPORTS/

Diffstat:
MMakefile | 2+-
Mmojibake.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 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 @@ -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)