diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile.msvc | 2 |
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. |