File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -729,7 +729,7 @@ def build_extensions(self):
729
729
defs .append (("HAVE_LIBTIFF" , None ))
730
730
# FIXME the following define should be detected automatically
731
731
# based on system libtiff, see #4237
732
- if PLATFORM_MINGW :
732
+ if sys . platform == "win32" :
733
733
defs .append (("USE_WIN32_FILEIO" , None ))
734
734
if feature .xcb :
735
735
libs .append (feature .xcb )
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ OPTFLAGS = /Ox /MD /EHsc /W3 /D_CRT_SECURE_NO_DEPRECATE
124
124
# instead of Windows specific system calls. See notes on top of tif_unix.c
125
125
# module for details.
126
126
#
127
- USE_WIN_CRT_LIB = 1
127
+ # USE_WIN_CRT_LIB = 1
128
128
129
129
# Compiler specific options. You may probably want to adjust compilation
130
130
# parameters in CFLAGS variable. Refer to your compiler documentation
You can’t perform that action at this time.
0 commit comments