Skip to content

Commit

Permalink
Update 6 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-crt-git (12.0.0.r386.gc6857dc97-1 -> 12.0.0.r387.gcf5c50cce-1)
mingw-w64-i686-headers-git (12.0.0.r386.gc6857dc97-1 -> 12.0.0.r387.gcf5c50cce-1)
mingw-w64-i686-libmangle-git (12.0.0.r386.gc6857dc97-1 -> 12.0.0.r387.gcf5c50cce-1)
mingw-w64-i686-libwinpthread-git (12.0.0.r386.gc6857dc97-1 -> 12.0.0.r387.gcf5c50cce-1)
mingw-w64-i686-tools-git (12.0.0.r386.gc6857dc97-1 -> 12.0.0.r387.gcf5c50cce-1)
mingw-w64-i686-winpthreads-git (12.0.0.r386.gc6857dc97-1 -> 12.0.0.r387.gcf5c50cce-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Nov 14, 2024
1 parent a39fe0f commit ecb19ce
Show file tree
Hide file tree
Showing 39 changed files with 31 additions and 31 deletions.
Binary file modified mingw32/bin/gendef.exe
Binary file not shown.
Binary file modified mingw32/bin/genidl.exe
Binary file not shown.
Binary file modified mingw32/bin/genpeimg.exe
Binary file not shown.
Binary file modified mingw32/bin/libwinpthread-1.dll
Binary file not shown.
Binary file modified mingw32/bin/widl.exe
Binary file not shown.
8 changes: 4 additions & 4 deletions mingw32/include/winnt.h
Original file line number Diff line number Diff line change
Expand Up @@ -706,13 +706,13 @@ typedef LONG RTL_REFERENCE_COUNT32, *PRTL_REFERENCE_COUNT32;
#ifdef __cplusplus
#define DEFINE_ENUM_FLAG_OPERATORS(ENUMTYPE) \
extern "C++" { \
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE operator ~ (ENUMTYPE a) { return ENUMTYPE(~((int)a)); } \
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE operator | (ENUMTYPE a, ENUMTYPE b) { return ENUMTYPE(((int)a) | ((int)b)); } \
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE &operator |= (ENUMTYPE &a, ENUMTYPE b) { return (ENUMTYPE &)(((int &)a) |= ((int)b)); } \
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE operator & (ENUMTYPE a, ENUMTYPE b) { return ENUMTYPE(((int)a) & ((int)b)); } \
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE &operator &= (ENUMTYPE &a, ENUMTYPE b) { return (ENUMTYPE &)(((int &)a) &= ((int)b)); } \
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE operator ~ (ENUMTYPE a) { return ENUMTYPE(~((int)a)); } \
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE operator ^ (ENUMTYPE a, ENUMTYPE b) { return ENUMTYPE(((int)a) ^ ((int)b)); } \
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE &operator ^= (ENUMTYPE &a, ENUMTYPE b) { return (ENUMTYPE &)(((int &)a) ^= ((int)b)); } \
__MINGW_CXX14_CONSTEXPR inline ENUMTYPE& operator |= (ENUMTYPE& a, ENUMTYPE b) { return a = a | b; } \
__MINGW_CXX14_CONSTEXPR inline ENUMTYPE& operator &= (ENUMTYPE& a, ENUMTYPE b) { return a = a & b; } \
__MINGW_CXX14_CONSTEXPR inline ENUMTYPE& operator ^= (ENUMTYPE& a, ENUMTYPE b) { return a = a ^ b; } \
}
#else
#define DEFINE_ENUM_FLAG_OPERATORS(ENUMTYPE) /* */
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-crt-git

%VERSION%
12.0.0.r386.gc6857dc97-1
12.0.0.r387.gcf5c50cce-1

%BASE%
mingw-w64-crt-git
Expand All @@ -17,13 +17,13 @@ https://www.mingw-w64.org/
any

%BUILDDATE%
1731437229
1731523100

%INSTALLDATE%
1731468035
1731554461

%PACKAGER%
CI (msys2/msys2-autobuild/acafab9b/11803651576)
CI (msys2/msys2-autobuild/a6b3079a/11823571701)

%SIZE%
127170157
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204230

%INSTALLDATE%
1731468038
1731554464

%PACKAGER%
Johannes Schindelin <[email protected]>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-headers-git

%VERSION%
12.0.0.r386.gc6857dc97-1
12.0.0.r387.gcf5c50cce-1

%BASE%
mingw-w64-headers-git
Expand All @@ -17,16 +17,16 @@ https://www.mingw-w64.org/
any

%BUILDDATE%
1731437047
1731522932

%INSTALLDATE%
1731468034
1731554460

%PACKAGER%
CI (msys2/msys2-autobuild/acafab9b/11803651576)
CI (msys2/msys2-autobuild/a6b3079a/11823571701)

%SIZE%
90323366
90323285

%GROUPS%
mingw-w64-i686-toolchain
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-libmangle-git

%VERSION%
12.0.0.r386.gc6857dc97-1
12.0.0.r387.gcf5c50cce-1

%BASE%
mingw-w64-libmangle-git
Expand All @@ -17,13 +17,13 @@ https://www.mingw-w64.org/
any

%BUILDDATE%
1731437744
1731523660

%INSTALLDATE%
1731468035
1731554461

%PACKAGER%
CI (msys2/msys2-autobuild/acafab9b/11803651576)
CI (msys2/msys2-autobuild/a6b3079a/11823571701)

%SIZE%
52797
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-libwinpthread-git

%VERSION%
12.0.0.r386.gc6857dc97-1
12.0.0.r387.gcf5c50cce-1

%BASE%
mingw-w64-winpthreads-git
Expand All @@ -17,13 +17,13 @@ https://www.mingw-w64.org/
any

%BUILDDATE%
1731437614
1731523499

%INSTALLDATE%
1731468035
1731554461

%PACKAGER%
CI (msys2/msys2-autobuild/acafab9b/11803651576)
CI (msys2/msys2-autobuild/a6b3079a/11823571701)

%SIZE%
75674
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-tools-git

%VERSION%
12.0.0.r386.gc6857dc97-1
12.0.0.r387.gcf5c50cce-1

%BASE%
mingw-w64-tools-git
Expand All @@ -17,13 +17,13 @@ https://www.mingw-w64.org/
any

%BUILDDATE%
1731437844
1731523764

%INSTALLDATE%
1731468035
1731554461

%PACKAGER%
CI (msys2/msys2-autobuild/acafab9b/11803651576)
CI (msys2/msys2-autobuild/a6b3079a/11823571701)

%SIZE%
1053963
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-winpthreads-git

%VERSION%
12.0.0.r386.gc6857dc97-1
12.0.0.r387.gcf5c50cce-1

%BASE%
mingw-w64-winpthreads-git
Expand All @@ -17,13 +17,13 @@ https://www.mingw-w64.org/
any

%BUILDDATE%
1731437614
1731523499

%INSTALLDATE%
1731468035
1731554461

%PACKAGER%
CI (msys2/msys2-autobuild/acafab9b/11803651576)
CI (msys2/msys2-autobuild/a6b3079a/11823571701)

%SIZE%
416077
Expand All @@ -40,7 +40,7 @@ pgp

%DEPENDS%
mingw-w64-i686-crt-git
mingw-w64-i686-libwinpthread-git=12.0.0.r386.gc6857dc97
mingw-w64-i686-libwinpthread-git=12.0.0.r387.gcf5c50cce

%CONFLICTS%
mingw-w64-i686-winpthreads
Expand Down
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db.sig
Binary file not shown.

0 comments on commit ecb19ce

Please sign in to comment.