summaryrefslogtreecommitdiff
path: root/win32/Makefile.mingw
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2022-09-02 04:33:54 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-09-02 18:33:36 +0200
commit16ae1d8f7150758d48fb296aebd8e4d957aaba2c (patch)
tree5b5f2d0c23e15a64b6f23eed770fab86496f124e /win32/Makefile.mingw
parent0f77167f760d5aec437cd56f2369798f181b7656 (diff)
downloadlibxml2-16ae1d8f7150758d48fb296aebd8e4d957aaba2c.tar.gz
Don't define WIN32 macro
Diffstat (limited to 'win32/Makefile.mingw')
-rw-r--r--win32/Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.mingw b/win32/Makefile.mingw
index 13f2d96f..81f261bc 100644
--- a/win32/Makefile.mingw
+++ b/win32/Makefile.mingw
@@ -40,7 +40,7 @@ endif
# The compiler and its options.
CC = gcc.exe
-CFLAGS += -DWIN32 -D_WINDOWS -D_MBCS -DNOLIBTOOL
+CFLAGS += -D_WINDOWS -D_MBCS -DNOLIBTOOL
CFLAGS += -I$(XML_SRCDIR) -I$(XML_SRCDIR)/include -I$(INCPREFIX) $(INCLUDE)
ifneq ($(WITH_THREADS),no)
CFLAGS += -D_REENTRANT