Skip to content

Commit 1b63978

Browse files
committed
merge 9.0
2 parents 47e93b9 + 2ba5124 commit 1b63978

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/onefiledist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
run: |
195195
mkdir data
196196
- name: Get Linux build
197-
uses: actions/download-artifact@v5
197+
uses: actions/download-artifact@v6
198198
with:
199199
path: data
200200
# Can't download by artifact ID; stupid missing feature!

generic/tclEvent.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1109,6 +1109,9 @@ static const struct {
11091109
#ifdef STATIC_BUILD
11101110
".static"
11111111
#endif
1112+
#if (defined(__MSVCRT__) || defined(_UCRT)) && (!defined(__USE_MINGW_ANSI_STDIO) || __USE_MINGW_ANSI_STDIO)
1113+
".stdio-mingw"
1114+
#endif
11121115
#ifndef TCL_WITH_EXTERNAL_TOMMATH
11131116
".tommath-0103"
11141117
#endif

0 commit comments

Comments
 (0)