Skip to content

Commit eb6ced5

Browse files
author
Git for Windows Build Agent
committed
Update 14 packages
mingw-w64-i686-crt-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-i686-headers-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-i686-libmangle-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-i686-libwinpthread-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-i686-mpdecimal (4.0.0-1 -> 4.0.1-1) mingw-w64-i686-tools-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-i686-winpthreads-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-x86_64-crt-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-x86_64-headers-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-x86_64-libmangle-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-x86_64-libwinpthread-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-x86_64-mpdecimal (4.0.0-1 -> 4.0.1-1) mingw-w64-x86_64-tools-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) mingw-w64-x86_64-winpthreads-git (12.0.0.r688.g6b2176247-1 -> 12.0.0.r720.g01c28cf2e-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 72d910f commit eb6ced5

File tree

306 files changed

+669
-483
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

306 files changed

+669
-483
lines changed

mingw32/bin/gendef.exe

0 Bytes
Binary file not shown.

mingw32/bin/genidl.exe

0 Bytes
Binary file not shown.

mingw32/bin/genpeimg.exe

0 Bytes
Binary file not shown.

mingw32/bin/libmpdec++-4.dll

-133 Bytes
Binary file not shown.

mingw32/bin/libmpdec-4.dll

3.53 KB
Binary file not shown.

mingw32/bin/libwinpthread-1.dll

6.16 KB
Binary file not shown.

mingw32/bin/widl.exe

0 Bytes
Binary file not shown.

mingw32/include/_mingw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ typedef int __int128 __attribute__ ((__mode__ (TI)));
390390

391391
#ifndef __WIDL__
392392

393-
#if defined (_WIN32) && !defined (_WIN64) && !defined (__MINGW_USE_VC2005_COMPAT) && !defined (_UCRT)
393+
#if defined (_WIN32) && !defined (_WIN64) && !defined (__MINGW_USE_VC2005_COMPAT) && !defined (_UCRT) && !(defined (_TIME_BITS) && _TIME_BITS == 64)
394394
#ifndef _USE_32BIT_TIME_T
395395
#define _USE_32BIT_TIME_T
396396
#endif

mingw32/include/_mingw_stat64.h

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#ifndef _STAT_DEFINED
22

3+
/* __stat64 is needed for compatibility with msvc */
4+
#define __stat64 _stat64
5+
36
#ifdef _USE_32BIT_TIME_T
47
#define _fstat _fstat32
58
#define _fstati64 _fstat32i64
@@ -30,22 +33,6 @@
3033
__time32_t st_ctime;
3134
};
3235

33-
#ifndef NO_OLDNAMES
34-
struct stat {
35-
_dev_t st_dev;
36-
_ino_t st_ino;
37-
unsigned short st_mode;
38-
short st_nlink;
39-
short st_uid;
40-
short st_gid;
41-
_dev_t st_rdev;
42-
_off_t st_size;
43-
time_t st_atime;
44-
time_t st_mtime;
45-
time_t st_ctime;
46-
};
47-
#endif /* NO_OLDNAMES */
48-
4936
struct _stat32i64 {
5037
_dev_t st_dev;
5138
_ino_t st_ino;
@@ -88,9 +75,5 @@
8875
__time64_t st_ctime;
8976
};
9077

91-
#define __stat64 _stat64
92-
#define stat64 _stat64 /* for POSIX */
93-
#define fstat64 _fstat64 /* for POSIX */
94-
9578
#define _STAT_DEFINED
9679
#endif /* _STAT_DEFINED */

mingw32/include/decimal.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020-2024 Stefan Krah. All rights reserved.
2+
* Copyright (c) 2020-2025 Stefan Krah. All rights reserved.
33
*
44
* Redistribution and use in source and binary forms, with or without
55
* modification, are permitted provided that the following conditions

0 commit comments

Comments
 (0)