fix build with mingw

Signed-off-by: Yanito Candra <pitulloz@gmail.com>
This commit is contained in:
Yanito Candra 2011-11-17 12:47:44 +07:00
parent 0424e12dac
commit 35414a0213

View file

@ -96,7 +96,7 @@ CFLAGS= -g -pedantic -Wall -I $(INCDIR)
CFLAGS += -Wunused-parameter
OTHERCFLAGS=
OTHERCFLAGS+= -D_DEBUG=1
OTHERCFLAGS+= -D_DEBUG=1 -D_MSC_VER=1400
# OTHERCFLAGS+= -fvisibility=hidden -DTIDY_EXPORT='__attribute__((visibility("default")))'
ifdef SUPPORT_UTF16_ENCODINGS
CFLAGS += -DSUPPORT_UTF16_ENCODINGS=$(SUPPORT_UTF16_ENCODINGS)