Skip to content

Commit 3a7c958

Browse files
author
Git for Windows Build Agent
committed
Update 16 packages
mingw-w64-i686-crt-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-i686-headers-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-i686-libmangle-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-i686-libsystre (1.0.1-6 -> 1.0.2-1) mingw-w64-i686-libwinpthread-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-i686-tools-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-i686-winpthreads-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-x86_64-crt-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-x86_64-headers-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-x86_64-libmangle-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-x86_64-libsystre (1.0.1-6 -> 1.0.2-1) mingw-w64-x86_64-libwinpthread-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-x86_64-tools-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) mingw-w64-x86_64-winpthreads-git (12.0.0.r576.g49111ba98-1 -> 12.0.0.r619.g850703ae4-1) msys2-runtime (3.5.7-3 -> 3.6.0-1) msys2-runtime-devel (3.5.7-3 -> 3.6.0-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 8fa9d63 commit 3a7c958

File tree

396 files changed

+1913
-1793
lines changed

Some content is hidden

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

396 files changed

+1913
-1793
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/libsystre-0.dll

-512 Bytes
Binary file not shown.

mingw32/bin/libwinpthread-1.dll

512 Bytes
Binary file not shown.

mingw32/bin/widl.exe

0 Bytes
Binary file not shown.

mingw32/include/_mingw.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,12 @@ limitations in handling dllimport attribute. */
246246
#define _UCRT
247247
#endif
248248

249+
#ifdef _UCRT
250+
# define __MINGW_UCRT_ASM_CALL(func) __MINGW_ASM_CALL(func)
251+
#else
252+
# define __MINGW_UCRT_ASM_CALL(func)
253+
#endif
254+
249255
#ifndef _WIN32_WINNT
250256
#define _WIN32_WINNT 0x601
251257
#endif

mingw32/include/_mingw_mac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
# define __MINGW_ATTRIB_DEPRECATED_MSVC2005
271271
#endif
272272

273-
#if !defined (_CRT_SECURE_NO_WARNINGS) || (_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES == 0)
273+
#if !defined (_CRT_SECURE_NO_WARNINGS)
274274
# define __MINGW_ATTRIB_DEPRECATED_SEC_WARN \
275275
__MINGW_ATTRIB_DEPRECATED_STR(__MINGW_SEC_WARN_STR)
276276
#else

mingw32/include/accctrl.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ extern "C" {
3232
SE_DS_OBJECT_ALL,
3333
SE_PROVIDER_DEFINED_OBJECT,
3434
SE_WMIGUID_OBJECT,
35-
SE_REGISTRY_WOW64_32KEY,
35+
SE_REGISTRY_WOW64_32KEY
3636
} SE_OBJECT_TYPE;
3737

3838
typedef enum _TRUSTEE_TYPE {
@@ -56,7 +56,7 @@ extern "C" {
5656

5757
typedef enum _MULTIPLE_TRUSTEE_OPERATION {
5858
NO_MULTIPLE_TRUSTEE,
59-
TRUSTEE_IS_IMPERSONATE,
59+
TRUSTEE_IS_IMPERSONATE
6060
} MULTIPLE_TRUSTEE_OPERATION;
6161

6262
typedef struct _OBJECTS_AND_SID {

mingw32/include/aclui.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ extern "C" {
112112
SI_SHOW_OWNER_ACTIVATED,
113113
SI_SHOW_EFFECTIVE_ACTIVATED,
114114
SI_SHOW_SHARE_ACTIVATED,
115-
SI_SHOW_CENTRAL_POLICY_ACTIVATED,
115+
SI_SHOW_CENTRAL_POLICY_ACTIVATED
116116
} SI_PAGE_ACTIVATED;
117117

118118
#define GET_PAGE_TYPE(X) (UINT) ((X) &0x0000ffff)

0 commit comments

Comments
 (0)