[Mingw-w64-public] [PATCH] headers: Add new symbols in wintrust.h

2025-07-18 Thread Biswapriyo Nath
From c34b6e71774c973e95a9b8661d0fcd9cd5caa1bd Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 18 Jul 2025 18:10:13 + Subject: [PATCH] headers: Add new symbols in wintrust.h Required for https://github.com/chromiumembedded/cef/commit/ce365d498794a5d19a5e4b959c4cc422e39f8257

Re: [Mingw-w64-public] Fwd: Weird issue with mingw-w64-gcc packaging

2025-07-02 Thread Biswapriyo Nath
> I know from recent reading that the MSYS2 project is trying to become more > aligned with the Cygwn distribution, so the triplet is now moving towards > x86_64-pc-cygwin. That change should not affect MINGW-packages. If the question/issue is specific to msys2 project, please report it in the pro

[Mingw-w64-public] [PATCH] headers: Add WSACMSGHDR related symbols in mswsock.h

2025-05-26 Thread Biswapriyo Nath
From 1fee515ec5355d87a2511f3e111e6a07a57785e4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 26 May 2025 20:13:25 + Subject: [PATCH] headers: Add WSACMSGHDR related symbols in mswsock.h Required for https://github.com/facebook/folly/blob/v2025.05.26.00/folly/io/async

[Mingw-w64-public] [PATCH] crt: Add new APIs in lib32/odbc32.def

2025-05-23 Thread Biswapriyo Nath
From 9144ad3ff095487381cc881fce9a91a38ba40360 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 23 May 2025 14:22:16 + Subject: [PATCH] crt: Add new APIs in lib32/odbc32.def Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib32/odbc32.def | 4 1 file changed, 4 insertions

[Mingw-w64-public] [PATCH] headers: Add new symbols in sql.h

2025-05-23 Thread Biswapriyo Nath
From 912d8510f319852f9fffd8bb3031edce7bf227d1 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 23 May 2025 13:36:42 + Subject: [PATCH] headers: Add new symbols in sql.h Required for https://github.com/nanodbc/nanodbc/blob/v2.14.0/nanodbc/nanodbc.cpp#L932 Signed-off-by: Biswapriyo

[Mingw-w64-public] [PATCH] headers: Import httprequest.idl from wine

2025-05-08 Thread Biswapriyo Nath
From 1cb6f2db5d1575ca74eccff329bab05158736bb4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 9 May 2025 06:02:17 + Subject: [PATCH] headers: Import httprequest.idl from wine Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/libsrc/uuid.c | 1 + mingw-w64-headers/Makefile.am

[Mingw-w64-public] [PATCH] crt: Add new symbols in ole32 import library

2025-05-06 Thread Biswapriyo Nath
From 131430102444bf2edd9ce02563617487ec0c8c4e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 6 May 2025 16:20:39 + Subject: [PATCH] crt: Add new symbols in ole32 import library Required for https://bugzilla.mozilla.org/show_bug.cgi?id=1871472 Signed-off-by: Biswapriyo Nath

[Mingw-w64-public] [PATCH 2/2] headers: Add new constants in sqlext.h

2025-05-03 Thread Biswapriyo Nath
From aa9e3b99f69cee1175ad300fa35805996a09a46d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 3 May 2025 18:32:55 + Subject: [PATCH 2/2] headers: Add new constants in sqlext.h Required for pyodbc https://github.com/mkleehammer/pyodbc Fixes https://github.com/mingw-w64/mingw-w64

[Mingw-w64-public] [PATCH 1/2] headers: Bump default ODBCVER to 3.80

2025-05-03 Thread Biswapriyo Nath
From 962756af9ec8c353486b5aa11288df62a8eae935 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 3 May 2025 18:31:25 + Subject: [PATCH 1/2] headers: Bump default ODBCVER to 3.80 Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/odbcinst.h | 2 +- mingw-w64-headers

Re: [Mingw-w64-public] [PATCH] headers: Add the DISPATCHER_CONTEXT_NONVOLREG_ARM64 data type

2025-05-02 Thread Biswapriyo Nath
__C89_NAMELESS or DUMMYSTRUCTNAME ? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] headers: Add IsUserCetAvailableInEnvironment in sysinfoapi.h

2025-04-25 Thread Biswapriyo Nath
From af40744354db9da984099dfaa0052a2e7a6eb7b7 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 25 Apr 2025 17:39:59 + Subject: [PATCH] headers: Add IsUserCetAvailableInEnvironment in sysinfoapi.h Required for https://github.com/mozilla/gecko-dev/commit

[Mingw-w64-public] [PATCH] headers: Add buffer types for FSCTL_DUPLICATE_EXTENTS_TO_FILE(EX) in winioctl.h

2025-04-24 Thread Biswapriyo Nath
From 10cfcc41c79aa8cf4a62a9ded9b2a0a33a282ac1 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 24 Apr 2025 19:31:27 + Subject: [PATCH] headers: Add buffer types for FSCTL_DUPLICATE_EXTENTS_TO_FILE(EX) in winioctl.h Required for https://github.com/mingw-w64/mingw-w64/issues/90

[Mingw-w64-public] [PATCH] crt: Move quartz to lib-common

2025-04-24 Thread Biswapriyo Nath
Previous patch https://sourceforge.net/p/mingw-w64/mailman/message/59175906/ From 503eb07aa0a5a39c8431fd8edece0a8beda6504e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 24 Apr 2025 07:44:46 + Subject: [PATCH] crt: Move quartz to lib-common Signed-off-by: Biswapriyo Nath

[Mingw-w64-public] [PATCH] headers: Define MapViewOfFile2 as inline function

2025-04-11 Thread Biswapriyo Nath
From 4893a2ff032a04b22c473c81b775af863d8feace Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 11 Apr 2025 20:22:39 + Subject: [PATCH] headers: Define MapViewOfFile2 as inline function As doucumented by https://github.com/MicrosoftDocs/sdk-api/commit

[Mingw-w64-public] [PATCH] headers/crt: Add _wcreate_locale declaration

2025-03-23 Thread Biswapriyo Nath
From e54937ec3ef04ab8b60c5a8f39a548b4aec5 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 23 Mar 2025 08:45:03 + Subject: [PATCH] headers/crt: Add _wcreate_locale declaration Required for https://sourceforge.net/p/mingw-w64/mailman/message/59164037/ Signed-off-by: Biswapriyo

[Mingw-w64-public] [PATCH] headers: Import mpeg2data.idl from wine

2025-03-11 Thread Biswapriyo Nath
From 4e5599f7896d33264c9e29ad184b314cfd1d0951 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 11 Mar 2025 05:19:50 + Subject: [PATCH] headers: Import mpeg2data.idl from wine Required for https://code.videolan.org/videolan/vlc/-/commit/e68f089d5419c7832c625f535f9ec79d62a1c624

[Mingw-w64-public] [PATCH] headers: Use proper header file for std::nullptr_t

2025-03-08 Thread Biswapriyo Nath
cc-ed jogerh (author of previous commit) and RyanVM (reporter) From 23a11153b530e53010026285fb1d896b977418d6 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 6 Mar 2025 07:20:54 + Subject: [PATCH] headers: Use proper header file for std::nullptr_t This fixes the following compiler

Re: [Mingw-w64-public] [PATCH] headers: fix mpeg2data.h methods orders

2025-03-05 Thread Biswapriyo Nath
I have sent patch to wine to add the IDL files. Merge request link https://gitlab.winehq.org/wine/wine/-/merge_requests/7508. Please test those header files. The structures are defined in mpeg2data.h[1] which should be included in bdadefs.h in vlc. [1]: https://learn.microsoft.com/en-us/previous-v

Re: [Mingw-w64-public] [PATCH] headers: fix mpeg2data.h methods orders

2025-03-03 Thread Biswapriyo Nath
Could you share which project needs this. I can try to add the idl file. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] headers: Add RoGetAgileReference in combaseapi.h

2025-02-22 Thread Biswapriyo Nath
From 205670df9b1d1a0b630ee22ad51a87e20b0d8300 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 23 Feb 2025 06:19:41 + Subject: [PATCH] headers: Add RoGetAgileReference in combaseapi.h Required for https://github.com/mozilla/gecko-dev/commit/74cac7296d5036600300b44dc6275fb190f4955d

[Mingw-w64-public] [PATCH] headers: Add new constants in winnt.rh

2025-02-17 Thread Biswapriyo Nath
From 4d8c296500a5f24cdaffda847c76b75ef9ec5fe1 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 18 Feb 2025 06:39:53 + Subject: [PATCH] headers: Add new constants in winnt.rh Required for https://github.com/TypesettingTools/Aegisub/blob/v3.4.2/src/res/strings_utf8.rc#L60 Reported

[Mingw-w64-public] [PATCH] headers: Fix NUMA_NODE_RELATIONSHIP and CACHE_RELATIONSHIP in winnt.h

2025-02-15 Thread Biswapriyo Nath
From a54149254907bec32d478481e904ea14a9177cf1 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 15 Feb 2025 16:26:26 + Subject: [PATCH] headers: Fix NUMA_NODE_RELATIONSHIP and CACHE_RELATIONSHIP in winnt.h Fixes https://github.com/mingw-w64/mingw-w64/issues/78 Signed-off-by

[Mingw-w64-public] [PATCH] crt: Add wiaguid library

2025-02-15 Thread Biswapriyo Nath
From f8c30157b5569251a0ca30ac339d4c788f168661 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 15 Feb 2025 13:39:09 + Subject: [PATCH] crt: Add wiaguid library This adds wiaguid library to make things similar as SDK. The same source file is used in uuid library but it is kept for

[Mingw-w64-public] [PATCH] crt/libsrc: Include wia.h to get guids in wia-uuid.c

2025-02-14 Thread Biswapriyo Nath
I am not sure why the GUIDs were added manually in wia-uuid.c. If those strictly required to be added without wia.h I can send patch to add new GUIDs like before. From c11ada3fd2b3ff5fd1481599e38829e8d428d26f Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 14 Feb 2025 18:05:45 +

[Mingw-w64-public] [PATCH] include: Remove wia.h include check in wiadef.h

2025-02-14 Thread Biswapriyo Nath
From 0ed405057efb654a12aa5bd99268a787ee05e6d9 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 14 Feb 2025 13:22:06 + Subject: [PATCH] include: Remove wia.h include check in wiadef.h wia.h does not have the include guard macro after 5b5f0a1b1a2d403ccdc99aeba908355c19a86755 commit

[Mingw-w64-public] [PATCH] headers: Import wia.h from wine

2025-02-13 Thread Biswapriyo Nath
02bd0321d83880e4d82e2a92cf6b428c7c6d81de Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 14 Feb 2025 06:03:49 + Subject: [PATCH] headers: Import wia.h from wine Required for https://github.com/msys2/MINGW-packages/issues/17451 Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/Makefile.am

[Mingw-w64-public] headers: Add new symbols in mapi.h

2025-02-07 Thread Biswapriyo Nath
From d47f41050fbf562125fa1471ca1b88634006afa2 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 7 Feb 2025 08:57:03 + Subject: [PATCH] headers: Add new symbols in mapi.h Fixes https://github.com/mingw-w64/mingw-w64/issues/75 Signed-off-by: Biswapriyo Nath --- mingw-w64-headers

Re: [Mingw-w64-public] [PATCH] headers: fix mpeg2data.h methods orders

2025-01-28 Thread Biswapriyo Nath
> This could be generated from a .idl. I can try to add the idl file if required. Though, I am not sure if it should be added in wine which may need some time. Also, that need some test project. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.

Re: [Mingw-w64-public] [PATCH 1/3] headers: Commonize _UNWIND_HISTORY_TABLE structure definition

2025-01-08 Thread Biswapriyo Nath
> Those types use the same underlying type, so there should be no problem > with printfs. DWORD, ULONG and ULONG_PTR are unsigned long on 32-bit, > DWORD64, ULONG64 and ULONT_PTR are unsigned long long on 64-bit. Out of curiosity, are you sure about that there will be no problem? I remember gettin

Re: [Mingw-w64-public] Patch for incorrect heap function declarations in winnt.h

2025-01-03 Thread Biswapriyo Nath
The new ones in your patch also seem incorrect. For example, I have looked into https://github.com/winsiderss/systeminformer/tree/master/phnt and RtlSetHeapInformation and RtlQueryHeapInformation return NTSTATUS. Also, I verified that by looking into those functions in ntdll.

Re: [Mingw-w64-public] Merging lib32/*.def and lib-common/*.def files?

2024-12-11 Thread Biswapriyo Nath
I don't have any strong opinion about this topic and would just adapt to new DEF file style after any change. Though, the inner me says "if it ain't broke, don't fix it". ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://l

[Mingw-w64-public] [PATCH] crt: Add new APIs in kernel32 import library

2024-12-07 Thread Biswapriyo Nath
From 9bf22ab1b976f667ac60198532be4d88dfda48a5 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 7 Dec 2024 14:33:43 + Subject: [PATCH] crt: Add new APIs in kernel32 import library Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/kernel32.def.in | 5 + mingw-w64-crt

[Mingw-w64-public] [PATCH] headers: Add FlsGetValue2 in fibersapi.h

2024-12-06 Thread Biswapriyo Nath
From a6d32748ec2a5791f5c80afe2cf6f709ca144c66 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 6 Dec 2024 17:44:00 + Subject: [PATCH] headers: Add FlsGetValue2 in fibersapi.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/fibersapi.h | 5 + 1 file changed, 5

[Mingw-w64-public] [PATCH] headers: Add new symbols in processthreadsapi.h

2024-12-05 Thread Biswapriyo Nath
From fe5b01498031e3ba2c7cecef627671c1ba5c0007 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 5 Dec 2024 17:38:42 + Subject: [PATCH] headers: Add new symbols in processthreadsapi.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/processthreadsapi.h | 14

[Mingw-w64-public] [PATCH] headers: Add CacheUnknown in winnt.h

2024-12-04 Thread Biswapriyo Nath
From cee40eede8689d054e3cacca4ef37a58e994f270 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 4 Dec 2024 09:08:34 + Subject: [PATCH] headers: Add CacheUnknown in winnt.h Required for https://github.com/google/benchmark/commit/24e0bd82 Signed-off-by: Biswapriyo Nath --- mingw

[Mingw-w64-public] [PATCH] headers: Split wincon.h into separate consoleapi headers

2024-12-02 Thread Biswapriyo Nath
From 30a2ef8a7e33e759eebd74dd4dddfcd1f4acd35b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 2 Dec 2024 17:53:18 + Subject: [PATCH] headers: Split wincon.h into separate consoleapi headers Fixes https://github.com/mingw-w64/mingw-w64/issues/71 Signed-off-by: Biswapriyo Nath

[Mingw-w64-public] [PATCH] crt: Add libinput import library

2024-11-04 Thread Biswapriyo Nath
From 84744a402a0252aafba5f07cbff2c9c157a9c2d8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 4 Nov 2024 13:07:29 + Subject: [PATCH] crt: Add libinput import library Signed-off-by: Biswapriyo Nath --- .../{libarm32 => lib-common}/ninput.def | 18 - mingw-w64-

[Mingw-w64-public] [PATCH] header: Add interactioncontext.h

2024-11-04 Thread Biswapriyo Nath
From d013e5f2801983000a9a7b607c19889e520ebcb8 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 4 Nov 2024 09:42:20 + Subject: [PATCH] header: Add interactioncontext.h Required for https://github.com/aseprite/laf/blob/4618e1d256394f39e67fc0fe898dc77e8a1584fc/os/win/winapi.h#L15

[Mingw-w64-public] [PATCH] headers: Add new symbols in fwptypes.idl

2024-11-01 Thread Biswapriyo Nath
From 16721c44e4abfab3ab5f605aa8ac0862fa9ad8bf Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 1 Nov 2024 14:26:20 + Subject: [PATCH] headers: Add new symbols in fwptypes.idl Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/fwptypes.idl | 33

[Mingw-w64-public] [PATCH] headers: Add new symbols in ipifcons.h

2024-10-26 Thread Biswapriyo Nath
From 434c7c0c1abbbf0159016f25143bc0dd5f635b67 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 26 Oct 2024 07:46:10 + Subject: [PATCH] headers: Add new symbols in ipifcons.h Required for https://webrtc.googlesource.com/src/+/0ce868c60e2405845608b552c43c37d256e6523f%5E%21/#F0

[Mingw-w64-public] [PATCH] headers: Add new APIs in cfgmgr32.h

2024-10-20 Thread Biswapriyo Nath
From 50ec5c3c409666b34ead6f186b56d0663e59e708 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 20 Oct 2024 09:36:08 + Subject: [PATCH] headers: Add new APIs in cfgmgr32.h Fixes https://github.com/mingw-w64/mingw-w64/issues/61 Signed-off-by: Biswapriyo Nath --- mingw-w64-headers

[Mingw-w64-public] [PATCH 2/2] headers: Add IDCompositionTableTransferEffect definition in dcomp.h

2024-10-16 Thread Biswapriyo Nath
From 38cea2012da23bd69211360c453cc58575a9db0a Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 17 Oct 2024 05:31:07 + Subject: [PATCH 2/2] headers: Add IDCompositionTableTransferEffect definition in dcomp.h Required for https://github.com/mozilla/gecko-dev/blob

[Mingw-w64-public] [PATCH 1/2] headers: Add IDCompositionColorMatrixEffect definition in dcomp.h

2024-10-16 Thread Biswapriyo Nath
From 7998175fda28e4a068a341e3595d26791130ee24 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 17 Oct 2024 05:30:52 + Subject: [PATCH 1/2] headers: Add IDCompositionColorMatrixEffect definition in dcomp.h Required for https://github.com/mozilla/gecko-dev/blob

[Mingw-w64-public] [PATCH] headers: Add FOLDERID_LocalStorage in knownfolders.h

2024-10-13 Thread Biswapriyo Nath
From eb872efb5388892a982b0b2790e4396457801be2 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 13 Oct 2024 18:08:19 + Subject: [PATCH] headers: Add FOLDERID_LocalStorage in knownfolders.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/knownfolders.h | 1 + 1 file

[Mingw-w64-public] [PATCH] crt: Add winbrand import library

2024-10-12 Thread Biswapriyo Nath
This is not present in official SDK but was asked in a GitHub issue. From af209c11870b51062f2bdf930017eba9e560b85b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 12 Oct 2024 15:48:44 + Subject: [PATCH] crt: Add winbrand import library Fixes https://github.com/mingw-w64/mingw-w64

Re: [Mingw-w64-public] [PATCH] crt: Add new APIs in cfgmgr32 import library

2024-10-12 Thread Biswapriyo Nath
I am using Windows 10 now*. You can check DLLs in various Windows 10/11 UUP files from you-know-where :) ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: Add new symbols in tbs.h

2024-10-10 Thread Biswapriyo Nath
I have attached the patch file with WINBOOL. From 5aa4585aa6e76d6806fc03a7ac9bd59cd90c67d6 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 10 Oct 2024 16:05:10 + Subject: [PATCH] headers: Add new symbols in tbs.h Fixes https://github.com/mingw-w64/mingw-w64/issues/62 Signed-off-by

Re: [Mingw-w64-public] [PATCH] crt: Add new APIs in cfgmgr32 import library

2024-10-10 Thread Biswapriyo Nath
I just copied the generated DEF. Should I create another commit to comment out those CMP_ functions? The 'P' in CMP_ probably means private. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/lis

Re: [Mingw-w64-public] [PATCH] headers: Add new symbols in tbs.h

2024-10-10 Thread Biswapriyo Nath
> `BOOL` should be `WINBOOL` I think? Would not that cause any compiler warning or error if those functions are called with BOOL typed arguments? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lis

[Mingw-w64-public] [PATCH] crt: Add new API in tbs import library

2024-10-10 Thread Biswapriyo Nath
From c564796e5adef031a6656db09bb2ed0c8a418414 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 10 Oct 2024 07:33:29 + Subject: [PATCH] crt: Add new API in tbs import library Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/tbs.def | 1 + mingw-w64-crt/lib32/tbs.def

[Mingw-w64-public] [PATCH] headers: Add new symbols in tbs.h

2024-10-09 Thread Biswapriyo Nath
From b72109e4b76b2c81d5fba3c9dc7698a60385c99e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 10 Oct 2024 06:22:56 + Subject: [PATCH] headers: Add new symbols in tbs.h Fixes https://github.com/mingw-w64/mingw-w64/issues/62 Signed-off-by: Biswapriyo Nath --- mingw-w64-headers

[Mingw-w64-public] [PATCH] crt: Add new APIs in cfgmgr32 import library

2024-10-09 Thread Biswapriyo Nath
From 5a837cf11dce680077fd4b4b87f5f2d2820e70fd Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 9 Oct 2024 16:18:45 + Subject: [PATCH] crt: Add new APIs in cfgmgr32 import library Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/cfgmgr32.def | 6 - mingw-w64-crt

Re: [Mingw-w64-public] Wrong base class for ICompositorInterop in windows.ui.composition.interop.idl

2024-10-09 Thread Biswapriyo Nath
This issue has been fixed in this upstream commit https://gitlab.winehq.org/wine/wine/-/commit/7aa07d32e7549eccb85478115d4f5b0d2830028f. It will be imported to mingw-w64 soon. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net http

[Mingw-w64-public] [PATCH 1/2] headers: Add new ioring symbols and apis

2024-10-08 Thread Biswapriyo Nath
From ad03d9a93d28042a6a37087a49a92017fe49c2a7 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 8 Oct 2024 14:56:06 + Subject: [PATCH 1/2] headers: Add new ioring symbols and apis Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/ioringapi.h | 5 - mingw-w64

[Mingw-w64-public] [PATCH 2/2] crt: Add new ioring apis

2024-10-08 Thread Biswapriyo Nath
From 1d8a4bda25f77848a01a161440e892ade3eec046 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 8 Oct 2024 14:56:48 + Subject: [PATCH 2/2] crt: Add new ioring apis Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/kernel32.def.in | 2 ++ mingw-w64-crt/lib32/kernel32.def

Re: [Mingw-w64-public] Wrong base class for ICompositorInterop in windows.ui.composition.interop.idl

2024-10-07 Thread Biswapriyo Nath
Thank you for the report. I have sent a patch to upstream to fix the issue https://gitlab.winehq.org/wine/wine/-/merge_requests/6631 ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mi

[Mingw-w64-public] [PATCH] headers: Add more Set member template in HString class

2024-10-07 Thread Biswapriyo Nath
From 80b827bfdf231bd49f9fe1d392b06a506a98a568 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 7 Oct 2024 08:03:43 + Subject: [PATCH] headers: Add more Set member template in HString class This fixes the following compiler error with gecko. mozilla-unified/widget/windows

Re: [Mingw-w64-public] [PATCH] headers: Add HString class in corewrappers.h

2024-10-06 Thread Biswapriyo Nath
> I think it would be good to have those `Set` member templates, which were > added in Windows 8.1 SDK. One of the 'Set' member template has a MSVC macro. I can not figure out any proper alternative of that. I have replaced it with std::is_convertible but got compiler error. Could you add those p

[Mingw-w64-public] [PATCH] headers: Add HString class in corewrappers.h

2024-10-06 Thread Biswapriyo Nath
From c1e89891e25ccba8d5bbdef29c9680d2fb74b394 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 6 Oct 2024 09:14:36 + Subject: [PATCH] headers: Add HString class in corewrappers.h Required for https://github.com/mozilla/gecko-dev/blob/0ac09833d9e39b4d1362d0373d5e68ddba7c1b71/intl

[Mingw-w64-public] [PATCH] crt: Add new APIs in wscapi import library

2024-10-03 Thread Biswapriyo Nath
From e5c7a7b3e968185f782ca24c957cb269fc32e9bb Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 3 Oct 2024 20:17:53 + Subject: [PATCH] crt: Add new APIs in wscapi import library Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/wscapi.def | 18 --- mingw-w64-crt

[Mingw-w64-public] [PATCH] headers: Add wscapi.h

2024-10-03 Thread Biswapriyo Nath
From 5fc539ca199519e9f2594f0f087b1d1efbcc0337 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 3 Oct 2024 08:55:01 + Subject: [PATCH] headers: Add wscapi.h Required for https://github.com/mozilla/gecko-dev/blob/f0b3dafb55f1e7904847f5dc889f131040789ba6/xpcom/base/nsSystemInfo.cpp

[Mingw-w64-public] [PATCH] headers: Add iwscapi.idl

2024-10-02 Thread Biswapriyo Nath
From 1aa3e85b2ee6c20c433bf50d409b57fd2cd0fc66 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 2 Oct 2024 16:35:28 + Subject: [PATCH] headers: Add iwscapi.idl Required for https://github.com/mozilla/gecko-dev/blob/7e0ae4372c52b8183d1178132dd6493edb576738/xpcom/base

[Mingw-w64-public] [PATCH] headers: Add new symbols in winbase.h

2024-10-01 Thread Biswapriyo Nath
From 13862a53f6f8eab91acaedcf33735c3bab2b330e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 2 Oct 2024 05:49:45 + Subject: [PATCH] headers: Add new symbols in winbase.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winbase.h | 56 +++-- 1

[Mingw-w64-public] [PATCH] headers: Add new symbols in winnt.h

2024-09-29 Thread Biswapriyo Nath
From 071a3d0267c168eec0437d58b5d437c068bbdca9 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 29 Sep 2024 20:10:06 + Subject: [PATCH] headers: Add new symbols in winnt.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winnt.h | 130 +- 1

[Mingw-w64-public] [PATCH 1/2] headers: Add new symbols in functiondiscoverykeys.h

2024-09-19 Thread Biswapriyo Nath
From 32d8a898093bc179feb7b0dfc49c4faf095dfa1a Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 20 Sep 2024 06:18:11 + Subject: [PATCH 1/2] headers: Add new symbols in functiondiscoverykeys.h Signed-off-by: Biswapriyo Nath --- .../include/functiondiscoverykeys.h | 265

[Mingw-w64-public] [PATCH 2/2] crt: Include functiondiscoverykeys_devpkey.h in uuid library

2024-09-19 Thread Biswapriyo Nath
c793fc96bdf45b1c0acc042a4c3d23d949f51aa6 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 20 Sep 2024 06:18:56 + Subject: [PATCH 2/2] crt: Include functiondiscoverykeys_devpkey.h in uuid library This fixes the following linking error in kdeconnect project. systemvolumeplugin-win.cpp:(.rdata

Re: [Mingw-w64-public] [PATCH] headers: Fix usage of DEFINE_ENUM_FLAG_OPERATORS

2024-09-19 Thread Biswapriyo Nath
Some of the IDL and headers are imported from wine project. Those should be sent to wine project first. Also, do not add header files in patch which are generated from IDL files. Those are generated in separate commit by maintainers. ___ Mingw-w64-publi

[Mingw-w64-public] [PATCH] crt: Add new APIs in user32 import library

2024-09-18 Thread Biswapriyo Nath
From 2e8560af35032bdb0a158e3bba5d9c41a7785a1b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 19 Sep 2024 05:31:19 + Subject: [PATCH] crt: Add new APIs in user32 import library Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib-common/user32.def.in | 20

Re: [Mingw-w64-public] [PATCH 1/4] headers: Fix compile warning: D2DERR_* redefined

2024-09-15 Thread Biswapriyo Nath
On Mon, Sep 16, 2024 at 12:50 AM Nikolay Sivov wrote: > > Was it removed after 10.0.22621.0? Because I have it there. > > On Sun, Sep 15, 2024 at 8:13 PM Biswapriyo Nath > wrote: > > > Do we need to keep d2derr.h? It does not exists in latest Windows SDK > > 10.x

Re: [Mingw-w64-public] [PATCH 1/4] headers: Fix compile warning: D2DERR_* redefined

2024-09-15 Thread Biswapriyo Nath
Do we need to keep d2derr.h? It does not exists in latest Windows SDK 10.x version. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] headers: Add new symbols in minwinbase.h

2024-09-12 Thread Biswapriyo Nath
From 61ca32b17de3fc9fb74d238afcb41cfaa1eef66b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 13 Sep 2024 05:55:05 + Subject: [PATCH] headers: Add new symbols in minwinbase.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/minwinbase.h | 18 -- 1

[Mingw-w64-public] [PATCH 2/2] headers: Add new _Ret macros in sal.h

2024-09-10 Thread Biswapriyo Nath
From 6988fe31f62ee9f04cb75dbd9408c27ce0e725b1 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 10 Sep 2024 19:40:04 + Subject: [PATCH 2/2] headers: Add new _Ret macros in sal.h Required for https://sourceforge.net/p/mingw-w64/mailman/message/58813005/ Signed-off-by: Biswapriyo

[Mingw-w64-public] [PATCH 1/2] headers: Add new macros in specstrings.h

2024-09-10 Thread Biswapriyo Nath
From 11dcd9362677de82e9a447596b01c67ccaac6d24 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 10 Sep 2024 19:35:38 + Subject: [PATCH 1/2] headers: Add new macros in specstrings.h Required for https://sourceforge.net/p/mingw-w64/mailman/message/58813005/ Signed-off-by: Biswapriyo

[Mingw-w64-public] [PATCH] headers: Add new symbols in wingdi.h

2024-09-05 Thread Biswapriyo Nath
From b697653194ce8ba7b2ac978744728ef01cc6c9a0 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 5 Sep 2024 15:39:31 + Subject: [PATCH] headers: Add new symbols in wingdi.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/wingdi.h | 97 +- 1

[Mingw-w64-public] [PATCH] headers: Add enum operators in d2d1.h

2024-09-04 Thread Biswapriyo Nath
From 0b97c44122a465edfca516c46fc8353a12d83982 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 5 Sep 2024 03:28:33 + Subject: [PATCH] headers: Add enum operators in d2d1.h This fixes compiler error as following. JUCE/modules/juce_graphics/native/juce_Direct2DResources_windows.cpp

Re: [Mingw-w64-public] SAL annotations and headers to support Azure C++ SDK and Windows Implementation Libraries

2024-09-04 Thread Biswapriyo Nath
Could you provide any steps to build and test the project? The project seems to contain headers only. Also, the tests requires nuget. Would it be possible to avoid the nuget requirement? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourcefor

[Mingw-w64-public] [PATCH 2/2] crt: Add new functions in wintrust import library

2024-08-31 Thread Biswapriyo Nath
From fef3380a4ee722d2d24280b7d806440b6bcb1cc0 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 31 Aug 2024 14:44:37 + Subject: [PATCH 2/2] crt: Add new functions in wintrust import library Required for https://sourceforge.net/p/mingw-w64/bugs/993/ Signed-off-by: Biswapriyo Nath

[Mingw-w64-public] [PATCH 1/2] crt: Move wintrust to lib-common

2024-08-31 Thread Biswapriyo Nath
From ed789bd3b41c9574314deaa0f5b90bbca40e096f Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 31 Aug 2024 14:18:01 + Subject: [PATCH 1/2] crt: Move wintrust to lib-common Signed-off-by: Biswapriyo Nath --- .../{lib64 => lib-common}/wintrust.def| 0 mingw-w64-

[Mingw-w64-public] [PATCH] crt/libsrc: Enable scrnsave code

2024-08-24 Thread Biswapriyo Nath
From 0bd40705d39671f6e8ee4b53c11b9e74700d3d88 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sat, 24 Aug 2024 07:39:02 + Subject: [PATCH] crt/libsrc: Enable scrnsave code Required for https://sourceforge.net/p/mingw-w64/mailman/message/58809472/ Signed-off-by: Biswapriyo Nath

[Mingw-w64-public] [PATCH 5/5] include: Add new DebugSystemObjects4 interface in dbgeng.h

2024-08-12 Thread Biswapriyo Nath
From 4c671ba1e4be5f1823df1def4ffe68ff266deb08 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 13 Aug 2024 02:47:11 + Subject: [PATCH 5/5] include: Add new DebugSystemObjects4 interface in dbgeng.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/dbgeng.h | 58

[Mingw-w64-public] [PATCH 4/5] include: Add new DebugRegisters2 interface in dbgeng.h

2024-08-12 Thread Biswapriyo Nath
From 60228d17db1ea26788b42cc60dab2b57232f806b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 13 Aug 2024 02:47:11 + Subject: [PATCH 4/5] include: Add new DebugRegisters2 interface in dbgeng.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/dbgeng.h | 43

[Mingw-w64-public] [PATCH 2/5] include: Add new DebugPlmClient interfaces in dbgeng.h

2024-08-12 Thread Biswapriyo Nath
From ab41e1e188b12bd6d9fa7bfbd0d372967b5fdb25 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 13 Aug 2024 02:47:10 + Subject: [PATCH 2/5] include: Add new DebugPlmClient interfaces in dbgeng.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/dbgeng.h | 67

[Mingw-w64-public] [PATCH 3/5] include: Add new DebugDataSpaces4 interface in dbgeng.h

2024-08-12 Thread Biswapriyo Nath
From 18a7b067117d261916618af8a16bdf743d209109 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 13 Aug 2024 02:47:10 + Subject: [PATCH 3/5] include: Add new DebugDataSpaces4 interface in dbgeng.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/dbgeng.h | 69

[Mingw-w64-public] [PATCH 1/5] include: Add new DebugAdvanced interfaces in dbgeng.h

2024-08-12 Thread Biswapriyo Nath
From 660f396a20d956dc48e7abc658461a7ec5c1fe34 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 13 Aug 2024 02:47:10 + Subject: [PATCH 1/5] include: Add new DebugAdvanced interfaces in dbgeng.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/dbgeng.h | 198

[Mingw-w64-public] [PATCH 3/3] include: Add new DebugSymbols interfaces in dbgeng.h

2024-08-12 Thread Biswapriyo Nath
From 7b38af0c4cd9be777adb156972b1db51a21d4f0c Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 12 Aug 2024 13:20:07 + Subject: [PATCH 3/3] include: Add new DebugSymbols interfaces in dbgeng.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/dbgeng.h | 536

[Mingw-w64-public] [PATCH 2/3] include: Add new DebugControl interfaces in dbgeng.h

2024-08-12 Thread Biswapriyo Nath
From 107b421afdc7ce19b69b7aac4a095bfb671ca6d3 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 12 Aug 2024 13:20:07 + Subject: [PATCH 2/3] include: Add new DebugControl interfaces in dbgeng.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/dbgeng.h | 794

[Mingw-w64-public] [PATCH 1/3] include: Add new DebugClient interfaces in dbgeng.h

2024-08-12 Thread Biswapriyo Nath
From b1c1274748b4a29b7462e3d148801358b4a6fcee Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 12 Aug 2024 13:20:07 + Subject: [PATCH 1/3] include: Add new DebugClient interfaces in dbgeng.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/dbgeng.h | 649

[Mingw-w64-public] [PATCH 1/2] headers: Add DNS related error codes in winerror.h

2024-07-14 Thread Biswapriyo Nath
From ab59761e3e4395ef118ddf02137ed4948d27115b Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 14 Jul 2024 17:50:34 + Subject: [PATCH 1/2] headers: Add DNS related error codes in winerror.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winerror.h | 94

[Mingw-w64-public] [PATCH 2/2] headers: Add new WSA error codes in winerror.h

2024-07-14 Thread Biswapriyo Nath
From 6511cade21388aa4055b6f9058db6cc5ba52641f Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Sun, 14 Jul 2024 17:52:19 + Subject: [PATCH 2/2] headers: Add new WSA error codes in winerror.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winerror.h | 6 ++ 1 file

[Mingw-w64-public] [PATCH 4/4] include: Add new members in WHV_SYNTHETIC_PROCESSOR_FEATURES in winhvplatformdefs.h

2024-07-10 Thread Biswapriyo Nath
From dbf797eec236741b43aaecd0e06eedf00a99467e Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 10 Jul 2024 14:01:28 + Subject: [PATCH 4/4] include: Add new members in WHV_SYNTHETIC_PROCESSOR_FEATURES in winhvplatformdefs.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers

[Mingw-w64-public] [PATCH 3/4] include: Add WHV_ARM64_PROCESSOR_FEATURES for aarch64 in winhvplatformdefs.h

2024-07-10 Thread Biswapriyo Nath
From 8cfd5003ae5cf1f50868910b663948b8581711c4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 10 Jul 2024 14:01:28 + Subject: [PATCH 3/4] include: Add WHV_ARM64_PROCESSOR_FEATURES for aarch64 in winhvplatformdefs.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include

[Mingw-w64-public] [PATCH 1/4] headers: Rename WHV_PROCESSOR_FEATURES for x86_64 in winhvplatformdefs.h

2024-07-10 Thread Biswapriyo Nath
From 5316e0d18a6584cc028b3641577d0d3fd7c094c4 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 10 Jul 2024 14:01:28 + Subject: [PATCH 1/4] headers: Rename WHV_PROCESSOR_FEATURES for x86_64 in winhvplatformdefs.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include

[Mingw-w64-public] [PATCH 2/4] headers: Rename WHV_PROCESSOR_FEATURES1 for x86_64 in winhvplatformdefs.h

2024-07-10 Thread Biswapriyo Nath
From cc4a4337aba423d18be63b93050f7ab6478d192d Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 10 Jul 2024 14:01:28 + Subject: [PATCH 2/4] headers: Rename WHV_PROCESSOR_FEATURES1 for x86_64 in winhvplatformdefs.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include

[Mingw-w64-public] [PATCH] headers: Add macros for all inline functions in intsafe.h

2024-07-05 Thread Biswapriyo Nath
From 104c2390dd794eb3f273fa2a3ad790c7cc7edcbf Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 5 Jul 2024 18:02:05 + Subject: [PATCH] headers: Add macros for all inline functions in intsafe.h Required for https://github.com/microsoft/DirectXShaderCompiler Signed-off-by: Biswapriyo

[Mingw-w64-public] [PATCH] headers: Import x3daudio.h from wine

2024-07-04 Thread Biswapriyo Nath
Please make sure to add those new winrt idl in makefile.am. From 9295f5d6cb78b3a75e83956303e81951d99102ce Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 5 Jul 2024 05:39:55 + Subject: [PATCH] headers: Import x3daudio.h from wine Required for https://github.com/microsoft/DirectXTK

[Mingw-w64-public] [PATCH] headers: Add new symbols in bcrypt.h

2024-07-04 Thread Biswapriyo Nath
From 29a0cfa47bae221906199b6e77a63f232541f199 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 4 Jul 2024 17:36:19 + Subject: [PATCH] headers: Add new symbols in bcrypt.h Required for https://github.com/googleapis/google-cloud-cpp Signed-off-by: Biswapriyo Nath --- mingw-w64

[Mingw-w64-public] [PATCH] headers: Add new _Pre and _Post macros in sal.h

2024-07-02 Thread Biswapriyo Nath
From 15a69bb274535185d5665941dec66836296a6c89 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Tue, 2 Jul 2024 19:15:56 + Subject: [PATCH] headers: Add new _Pre and _Post macros in sal.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/sal.h | 105

Re: [Mingw-w64-public] [PATCH] headers: Add CHandle class in atlbase.h

2024-07-02 Thread Biswapriyo Nath
> Would it be feasible to reuse the wine header instead? I have asked about that in wine IRC and ended up opening a short courtroom. Please ignore this patch. Let me see if that class definition could be added in wine headers. cute pfp btw <3 ___ Ming

Re: [Mingw-w64-public] PKGBUILD files for gnuradio

2024-07-01 Thread Biswapriyo Nath
msys2 and mingw-w64 are two different projects. Please discuss any MINGW-packages related ideas in https://github.com/msys2/MINGW-packages/ repository. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.ne

[Mingw-w64-public] [PATCH] headers: Add CHandle class in atlbase.h

2024-07-01 Thread Biswapriyo Nath
9d4ae75daf2b915b14c56c331becb3e5000cb8c9 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 1 Jul 2024 07:47:40 + Subject: [PATCH] headers: Add CHandle class in atlbase.h Required for Required for https://github.com/microsoft/DirectXShaderCompiler Signed-off-by: Biswapriyo Nath --- mingw-w64

  1   2   3   4   5   6   7   8   9   >