Skip to content

Commit 5f30b96

Browse files
author
Git for Windows Build Agent
committed
Update 7 packages
mingw-w64-i686-crt (13.0.0.r551.g5595a0ef4-1 -> 13.0.0.r560.g3197fc7d6-1) mingw-w64-i686-headers (13.0.0.r551.g5595a0ef4-2 -> 13.0.0.r560.g3197fc7d6-1) mingw-w64-i686-libmangle (13.0.0.r551.g5595a0ef4-1 -> 13.0.0.r560.g3197fc7d6-1) mingw-w64-i686-libwinpthread (13.0.0.r551.g5595a0ef4-1 -> 13.0.0.r560.g3197fc7d6-1) mingw-w64-i686-tools (13.0.0.r551.g5595a0ef4-1 -> 13.0.0.r560.g3197fc7d6-1) mingw-w64-i686-winpthreads (13.0.0.r551.g5595a0ef4-1 -> 13.0.0.r560.g3197fc7d6-1) mingw-w64-i686-zlib (1.3.2-1 -> 1.3.2-2) Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
1 parent 8ddddfc commit 5f30b96

141 files changed

Lines changed: 44 additions & 44 deletions

File tree

Some content is hidden

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

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/bin/zlib1.dll

0 Bytes
Binary file not shown.

mingw32/include/corecrt.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ typedef __time64_t time_t;
152152
#endif
153153

154154
#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);
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_TYPE__ reserved);
156156
#endif
157157
_CRTIMP void __cdecl _invalid_parameter_noinfo(void);
158158
_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);
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_TYPE__ reserved);
160160

161161
#if defined(__cplusplus) && _CRT_SECURE_CPP_OVERLOAD_SECURE_NAMES
162162

mingw32/include/math.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,13 +495,13 @@ __fin)))
495495
#define fpclassify(x) \
496496
__mingw_choose_expr ( \
497497
__mingw_types_compatible_p (__typeof__ (x), double), \
498-
__fpclassify(x), \
498+
__fpclassify((double)(x)), \
499499
__mingw_choose_expr ( \
500500
__mingw_types_compatible_p (__typeof__ (x), float), \
501-
__fpclassifyf(x), \
501+
__fpclassifyf((float)(x)), \
502502
__mingw_choose_expr ( \
503503
__mingw_types_compatible_p (__typeof__ (x), long double), \
504-
__fpclassifyl(x), \
504+
__fpclassifyl((long double)(x)), \
505505
__dfp_expansion(__fpclassify,(__builtin_trap(),0),x))))
506506

507507

mingw32/include/zconf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ typedef uLong FAR uLongf;
516516
#endif
517517

518518
#ifndef z_off_t
519-
# define z_off_t long long
519+
# define z_off_t long
520520
#endif
521521

522522
#if (defined(_WIN32) && defined(__GNUC__) && defined(_LARGEFILE64_SOURCE)) || defined(Z_LARGE64)

mingw32/lib/CRT_fp10.o

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)