From 3eec568a3e56b7a1c747a6aea8574f5e8dd3b35f Mon Sep 17 00:00:00 2001 From: Igor Zlatkovic Date: Sun, 13 Apr 2003 21:05:35 +0000 Subject: [PATCH] fixed compilation with thread-enabled libxml --- win32/Makefile.msvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/Makefile.msvc b/win32/Makefile.msvc index 0770593..e0de2c6 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. -- 2.7.4