mingw-w64: add v11.0.1

This adds access to various new APIs and brings several bug fixes

Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
This commit is contained in:
Mateusz Mikuła 2023-11-05 21:58:32 +01:00 committed by Chris Packham
parent daf19e1761
commit 7399d61462
3 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,30 @@
---
mingw-w64-tools/genidl/src/genidl_cfg.h | 2 ++
mingw-w64-tools/genidl/src/genidl_typinfo.c | 3 +++
2 files changed, 5 insertions(+)
--- a/mingw-w64-tools/genidl/src/genidl_cfg.h
+++ b/mingw-w64-tools/genidl/src/genidl_cfg.h
@@ -26,7 +26,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#if defined(HAVE_MALLOC_H)
#include <malloc.h>
+#endif
#include <memory.h>
#include <stdarg.h>
#include <stdint.h>
--- a/mingw-w64-tools/genidl/src/genidl_typinfo.c
+++ b/mingw-w64-tools/genidl/src/genidl_typinfo.c
@@ -21,7 +21,10 @@
#include "genidl_cfg.h"
#include "genidl_typeinfo.h"
#include "genidl_typinfo.h"
+#if defined(HAVE_MALLOC_H)
#include <malloc.h>
+#endif
+#include <stdlib.h>
#include <string.h>
#include <memory.h>

8
packages/mingw-w64/v11.0.1/chksum vendored Normal file
View File

@ -0,0 +1,8 @@
md5 mingw-w64-v11.0.1.tar.bz2 853ecc858dd080d2b390d845f2804796
sha1 mingw-w64-v11.0.1.tar.bz2 ab23c9af10fb38388ac75145dd9ffed3c64d1eeb
sha256 mingw-w64-v11.0.1.tar.bz2 3f66bce069ee8bed7439a1a13da7cb91a5e67ea6170f21317ac7f5794625ee10
sha512 mingw-w64-v11.0.1.tar.bz2 568702100bbbb11f7f9c9596dd70df3fb2577492459cf55da38691af1504b91127cb5f3eff268850dcbaa461fdc72e4e2379f7a576fd4a0e537ee1fe42531c01
md5 mingw-w64-v11.0.1.zip 986724d9fe658bbe55c89d11b48893b4
sha1 mingw-w64-v11.0.1.zip 6e18eb504e536e4090b1f5331ebc093435aa110f
sha256 mingw-w64-v11.0.1.zip 9cd1c1d42cc747112c9bf1b7fb6fb2ef886e42613ec0f25fc1a7f1fc681889e2
sha512 mingw-w64-v11.0.1.zip 1fc952be0d8f24dd32f4a80af2786ed8738b00f5f9dc2af3f8712262e0a240164ee9669b1f47eca130d4fde9d9ebe074d051f331ac1b08b1de4ced5561cca1da

View File