diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-07 10:13:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-07 10:13:24 (GMT) |
commit | 1227eed18e886d212ee05d67dd0208aaebf07cec (patch) | |
tree | dad0056bcb6b58c6549deb5ff885b6a9491ad515 /win/Makefile.in | |
parent | a21daf36ae3d10aa1c1f42f46798bbc8f5d0e0d4 (diff) | |
download | tcl-1227eed18e886d212ee05d67dd0208aaebf07cec.zip tcl-1227eed18e886d212ee05d67dd0208aaebf07cec.tar.gz tcl-1227eed18e886d212ee05d67dd0208aaebf07cec.tar.bz2 |
No need any more for -D_ATL_XP_TARGETING=1
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 3f5bc88..26e8b5c 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -82,7 +82,7 @@ CFLAGS_OPTIMIZE = @CFLAGS_OPTIMIZE@ #CFLAGS = $(CFLAGS_DEBUG) #CFLAGS = $(CFLAGS_OPTIMIZE) #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE) -CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@ -D_ATL_XP_TARGETING=1 -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT +CFLAGS = @CFLAGS@ @CFLAGS_DEFAULT@ -D__USE_MINGW_ANSI_STDIO=0 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT # To compile without backward compatibility and deprecated code uncomment the # following |