summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorIgor Zlatkovic <igor@src.gnome.org>2003-04-13 21:05:35 +0000
committerIgor Zlatkovic <igor@src.gnome.org>2003-04-13 21:05:35 +0000
commit3eec568a3e56b7a1c747a6aea8574f5e8dd3b35f (patch)
tree1699ef1e1a4ca465d736499318aa666a0c0826d5 /win32
parent7f12faefe81278fd1b486911a9d3a2a29e4ec962 (diff)
downloadlibxslt-3eec568a3e56b7a1c747a6aea8574f5e8dd3b35f.tar.gz
libxslt-3eec568a3e56b7a1c747a6aea8574f5e8dd3b35f.tar.bz2
libxslt-3eec568a3e56b7a1c747a6aea8574f5e8dd3b35f.zip
fixed compilation with thread-enabled libxml
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile.msvc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc
index 07705937..e0de2c62 100644
--- a/win32/Makefile.msvc
+++ b/win32/Makefile.msvc
@@ -74,7 +74,7 @@ CPPFLAGS = /nologo
# The compiler and its options.
CC = cl.exe
-CFLAGS = /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /W3 /MD
+CFLAGS = /nologo /D "WIN32" /D "_WINDOWS" /D "_MBCS" /W3 /MD /D "_REENTRANT"
CFLAGS = $(CFLAGS) /I$(BASEDIR) /I$(XSLT_SRCDIR) /I$(INCPREFIX)
# The linker and its options.