From 825a412308974f64b64804ee18cdbade3832c8ea Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 20 Jan 2016 15:25:01 +0000 Subject: Add missing compiler flag that prevents compilation on win32 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 716d9fa..6f6b2f4 100644 --- a/Makefile +++ b/Makefile @@ -24,6 +24,7 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \ -Wmissing-declarations -Wnested-externs CFLAGS := -I$(CURDIR)/include/libutf8proc/ -I$(CURDIR)/src \ + -DUTF8PROC_EXPORTS \ $(WARNFLAGS) $(CFLAGS) ifneq ($(GCCVER),2) CFLAGS := $(CFLAGS) -std=c99 -- cgit v1.2.3