We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f45329 + 191efca commit 335ca95Copy full SHA for 335ca95
generic/tclZlib.c
@@ -16,7 +16,7 @@
16
17
#include "tclInt.h"
18
#ifdef HAVE_ZLIB
19
-#include <zlib.h>
+#include "zlib.h"
20
#include "tclIO.h"
21
22
/*
win/makefile.vc
@@ -889,7 +889,7 @@ $(TMP_DIR)\tclUuid.h: $(ROOT)\manifest.uuid
889
copy $(WIN_DIR)\tclUuid.h.in+$(ROOT)\manifest.uuid $(TMP_DIR)\tclUuid.h
890
891
$(TMP_DIR)\tclEvent.obj: $(GENERICDIR)\tclEvent.c $(TMP_DIR)\tclUuid.h
892
- $(cc32) $(pkgcflags) -I$(TMP_DIR) \
+ $(cc32) $(pkgcflags) -I$(COMPATDIR)\zlib -I$(TMP_DIR) \
893
-Fo$@ $(GENERICDIR)\tclEvent.c
894
895
$(TMP_DIR)\tclTest.obj: $(GENERICDIR)\tclTest.c $(TMP_DIR)\tclUuid.h
0 commit comments