Skip to content

Commit 1dbac52

Browse files
author
Git for Windows Build Agent
committed
Update 12 packages
mingw-w64-i686-crt-git (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-i686-headers-git (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-i686-libmangle-git (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-i686-libwinpthread (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-i686-tools-git (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-i686-winpthreads (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-x86_64-crt-git (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-x86_64-headers-git (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-x86_64-libmangle-git (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-x86_64-libwinpthread (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-x86_64-tools-git (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) mingw-w64-x86_64-winpthreads (13.0.0.r179.g8181947cc-1 -> 13.0.0.r219.ga0fd21158-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent acc5555 commit 1dbac52

File tree

127 files changed

+83
-59
lines changed

Some content is hidden

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

127 files changed

+83
-59
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

512 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/corecrt.h

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,13 @@ typedef __time64_t time_t;
151151
#endif
152152
#endif
153153

154+
#ifdef _DEBUG
155+
_CRTIMP void __cdecl _invalid_parameter(const wchar_t *expression, const wchar_t *function_name, const wchar_t *file_name, unsigned int line_number, uintptr_t reserved);
156+
#endif
157+
_CRTIMP void __cdecl _invalid_parameter_noinfo(void);
158+
_CRTIMP __MINGW_ATTRIB_NORETURN void __cdecl _invalid_parameter_noinfo_noreturn(void);
159+
_CRTIMP __MINGW_ATTRIB_NORETURN void __cdecl _invoke_watson(const wchar_t *expression, const wchar_t *function_name, const wchar_t *file_name, unsigned int line_number, uintptr_t reserved);
160+
154161
#if defined(__cplusplus) && _CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES
155162

156163
#define __DEFINE_CPP_OVERLOAD_SECURE_FUNC_0_0(__ret,__func,__dsttype,__dst) \

mingw32/include/pathcch.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* No warranty is given; refer to the file DISCLAIMER within this package.
44
*/
55

6+
#ifndef __PATHCCH_H__
7+
#define __PATHCCH_H__
8+
69
#include <apiset.h>
710
#include <apisetcconv.h>
811
#include <minwindef.h>
@@ -135,3 +138,5 @@ DEFINE_ENUM_FLAG_OPERATORS(PATHCCH_OPTIONS)
135138
}
136139
#endif
137140
#endif
141+
142+
#endif

mingw32/lib/libcrtdll.a

10.8 KB
Binary file not shown.

mingw32/lib/libmingw32.a

82 Bytes
Binary file not shown.

mingw32/lib/libmingwex.a

6.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)