-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
15 additions
and
67 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
diff -Naur tcl8.6.5-orig/win/tclWinInt.h tcl8.6.5/win/tclWinInt.h | ||
--- tcl8.6.5-orig/win/tclWinInt.h 2016-02-25 23:12:38.000000000 +0300 | ||
+++ tcl8.6.5/win/tclWinInt.h 2016-03-03 08:47:51.129171100 +0300 | ||
@@ -45,7 +45,11 @@ | ||
#endif | ||
diff -Naur tcl8.6.5-orig/win/Makefile.in tcl8.6.5/win/Makefile.in | ||
--- tcl8.6.11-orig/win/Makefile.in | ||
+++ tcl8.6.11/win/Makefile.in | ||
+++ #<buffer Makefile.in> | ||
@@ -85,7 +85,7 @@ | ||
#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_ATL_XP_TARGETING=1 -DMP_FIXED_CUTOFFS -DMP_NO_STDINT | ||
|
||
#ifdef _WIN64 | ||
+# ifdef __USE_MINGW_ANSI_STDIO | ||
+# define TCL_I_MODIFIER "I64" | ||
+# else | ||
# define TCL_I_MODIFIER "I" | ||
+# endif | ||
#else | ||
# define TCL_I_MODIFIER "" | ||
#endif | ||
# To compile without backward compatibility and deprecated code uncomment the | ||
# following |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters