Skip to content

Commit ecb19ce

Browse files
author
Git for Windows Build Agent
committed
Update 6 packages
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]>
1 parent a39fe0f commit ecb19ce

File tree

39 files changed

+31
-31
lines changed

39 files changed

+31
-31
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/libwinpthread-1.dll

0 Bytes
Binary file not shown.

mingw32/bin/widl.exe

0 Bytes
Binary file not shown.

mingw32/include/winnt.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -706,13 +706,13 @@ typedef LONG RTL_REFERENCE_COUNT32, *PRTL_REFERENCE_COUNT32;
706706
#ifdef __cplusplus
707707
#define DEFINE_ENUM_FLAG_OPERATORS(ENUMTYPE) \
708708
extern "C++" { \
709+
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE operator ~ (ENUMTYPE a) { return ENUMTYPE(~((int)a)); } \
709710
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE operator | (ENUMTYPE a, ENUMTYPE b) { return ENUMTYPE(((int)a) | ((int)b)); } \
710-
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE &operator |= (ENUMTYPE &a, ENUMTYPE b) { return (ENUMTYPE &)(((int &)a) |= ((int)b)); } \
711711
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE operator & (ENUMTYPE a, ENUMTYPE b) { return ENUMTYPE(((int)a) & ((int)b)); } \
712-
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE &operator &= (ENUMTYPE &a, ENUMTYPE b) { return (ENUMTYPE &)(((int &)a) &= ((int)b)); } \
713-
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE operator ~ (ENUMTYPE a) { return ENUMTYPE(~((int)a)); } \
714712
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE operator ^ (ENUMTYPE a, ENUMTYPE b) { return ENUMTYPE(((int)a) ^ ((int)b)); } \
715-
__MINGW_CXX11_CONSTEXPR inline ENUMTYPE &operator ^= (ENUMTYPE &a, ENUMTYPE b) { return (ENUMTYPE &)(((int &)a) ^= ((int)b)); } \
713+
__MINGW_CXX14_CONSTEXPR inline ENUMTYPE& operator |= (ENUMTYPE& a, ENUMTYPE b) { return a = a | b; } \
714+
__MINGW_CXX14_CONSTEXPR inline ENUMTYPE& operator &= (ENUMTYPE& a, ENUMTYPE b) { return a = a & b; } \
715+
__MINGW_CXX14_CONSTEXPR inline ENUMTYPE& operator ^= (ENUMTYPE& a, ENUMTYPE b) { return a = a ^ b; } \
716716
}
717717
#else
718718
#define DEFINE_ENUM_FLAG_OPERATORS(ENUMTYPE) /* */
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-crt-git-12.0.0.r386.gc6857dc97-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-crt-git-12.0.0.r387.gcf5c50cce-1/desc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-crt-git
33

44
%VERSION%
5-
12.0.0.r386.gc6857dc97-1
5+
12.0.0.r387.gcf5c50cce-1
66

77
%BASE%
88
mingw-w64-crt-git
@@ -17,13 +17,13 @@ https://www.mingw-w64.org/
1717
any
1818

1919
%BUILDDATE%
20-
1731437229
20+
1731523100
2121

2222
%INSTALLDATE%
23-
1731468035
23+
1731554461
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/acafab9b/11803651576)
26+
CI (msys2/msys2-autobuild/a6b3079a/11823571701)
2727

2828
%SIZE%
2929
127170157
Binary file not shown.

0 commit comments

Comments
 (0)