Re: [Mingw-w64-public] [PATCH] Update of Hyper-V APIs

2025-02-17 Thread Marc-André Lureau
CC targeting x86-64, and with > Clang targeting x86-64 > and ARM64. Please test them with popular projects. In case of any issues, > please let me know. > I can confirm QEMU WHPX still cross-compiles with those header updates. br -- Marc-André Lureau

Re: [Mingw-w64-public] [PATCH] crt: Add bcryptprimitives.def for x86

2024-07-26 Thread Marc-André Lureau
On Thu, Jul 25, 2024 at 6:29 PM LIU Hao wrote: > 在 2024-07-25 21:42, marcandre.lur...@redhat.com 写道: > > From: Marc-André Lureau > > > > Signed-off-by: Marc-André Lureau > > --- > > mingw-w64-crt/Makefile.in | 48 ++---

Re: [Mingw-w64-public] [PATCH] vsbackup.idl: set default value for InitializeForBackup() bstrXML

2022-02-17 Thread Marc-André Lureau
Hi Biswapriyo On Fri, Feb 18, 2022 at 10:15 AM Biswapriyo Nath wrote: > > Opps! I have been caught for my `sed` cheats :) I may have missed many > of those default values. Can I add those defaultvalue() in one patch? > That would be great! thanks __

Re: [Mingw-w64-public] System services API & __MINGW_BROKEN_INTERFACE

2022-02-14 Thread Marc-André Lureau
nks for your help! -- Marc-André Lureau ___ 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 1/2] headers: Add vsbackup.idl

2022-02-11 Thread Marc-André Lureau
Reviewed-by: Marc-André Lureau On Thu, Feb 10, 2022 at 8:32 PM Biswapriyo Nath wrote: > > > ___ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinf

Re: [Mingw-w64-public] [PATCH 2/2] headers: Add vswriter.idl

2022-02-10 Thread Marc-André Lureau
Reviewed-by: Marc-André Lureau On Thu, Feb 10, 2022 at 8:32 PM Biswapriyo Nath wrote: > > > ___ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinf

Re: [Mingw-w64-public] [PATCH 2/4] headers: Add vsmgmt.idl

2022-02-07 Thread Marc-André Lureau
Reviewed-by: Marc-André Lureau On Mon, Feb 7, 2022 at 6:23 PM Biswapriyo Nath wrote: > > > ___ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinf

Re: [Mingw-w64-public] [PATCH 3/3] headers: Add vsprov.idl file

2022-02-04 Thread Marc-André Lureau
Reviewed-by: Marc-André Lureau On Fri, Feb 4, 2022 at 9:04 AM Biswapriyo Nath wrote: > > > ___ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinf

Re: [Mingw-w64-public] [PATCH 2/3] headers: Add vsadmin.idl file

2022-02-04 Thread Marc-André Lureau
Reviewed-by: Marc-André Lureau On Fri, Feb 4, 2022 at 9:04 AM Biswapriyo Nath wrote: > > > ___ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinf

Re: [Mingw-w64-public] [PATCH 1/3] headers: Add vdslun.idl file

2022-02-04 Thread Marc-André Lureau
Hi Reviewed-by: Marc-André Lureau On Fri, Feb 4, 2022 at 9:04 AM Biswapriyo Nath wrote: > > > ___ > Mingw-w64-public mailing list > Mingw-w64-public@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinf

Re: [Mingw-w64-public] System services API & __MINGW_BROKEN_INTERFACE

2022-02-02 Thread Marc-André Lureau
Hi On Wed, Feb 2, 2022 at 6:05 PM Biswapriyo Nath wrote: > > It seems that one of the source file includes vscoordint.h file which > is not part of Microsoft's public Windows SDK. That results the error: > ../qga/vss-win32/install.cpp:16:10: fatal error: vscoordint.h: No such > file or directory

Re: [Mingw-w64-public] System services API & __MINGW_BROKEN_INTERFACE

2022-02-02 Thread Marc-André Lureau
h --enable-qga-vss: https://gitlab.com/bonzini/qemu/-/tree/meson-poc-next Feel free to reach us on #qemu oftc irc channel or matrix. thanks! -- Marc-André Lureau ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourc

Re: [Mingw-w64-public] System services API & __MINGW_BROKEN_INTERFACE

2022-02-01 Thread Marc-André Lureau
Hi On Tue, Feb 1, 2022 at 1:46 PM Biswapriyo Nath wrote: > > Is there any documentation to build that project for Windows using mingw-w64? > The build is tested in CI with fedora, although without the VSS module at this point: https://gitlab.com/qemu-project/qemu/-/blob/master/tests/docker/docke

[Mingw-w64-public] System services API & __MINGW_BROKEN_INTERFACE

2022-02-01 Thread Marc-André Lureau
/interfaces, and what's the process to get rid of broken interface warnings when proposing changes ? thanks! -- Marc-André Lureau ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/

[Mingw-w64-public] Recommended target triplet for ucrt?

2022-01-29 Thread Marc-André Lureau
Hi, So far, the recommended target triplet for mingw64 is: CPU-w64-mingw32. If you want to have both msvcrt & ucrt toolchains installed (see Fedora ucrt proposal [1]), what should be the triplet for targeting ucrt ? So far, I have settled on x86_64-w64-mingw32ucrt, since autotools config.sub is a

Re: [Mingw-w64-public] Why is inet_pton() not declared?

2018-11-21 Thread Marc-André Lureau
Hi On Thu, Nov 22, 2018 at 9:45 AM Liu Hao wrote: > > 在 2018/11/22 6:13, Marc-André Lureau 写道: > > > > It looks like this: > > #define InetNtopA inet_ntop > > > > should be written: > > #define inet_ntop InetNtopA > > > > same for inet_pton (

Re: [Mingw-w64-public] Why is inet_pton() not declared?

2018-11-21 Thread Marc-André Lureau
efine InetNtopA inet_ntop should be written: #define inet_ntop InetNtopA same for inet_pton (perhaps others) Or else, where is inet_pton() actually declared? > śr., 21 lis 2018 o 22:49 Marc-André Lureau > napisał(a): > > > Hi > > On Thu, Nov 22, 2018 at 1:33 AM Ea

Re: [Mingw-w64-public] Why is inet_pton() not declared?

2018-11-21 Thread Marc-André Lureau
Hi On Thu, Nov 22, 2018 at 1:33 AM Earnie via Mingw-w64-public wrote: > > On 11/21/2018 2:12 PM, Marc-André Lureau wrote: > > Hi, > > > > Apparently, this is a recurrent question on the web, but I can't find > > an answer what is the correct solution.

[Mingw-w64-public] Why is inet_pton() not declared?

2018-11-21 Thread Marc-André Lureau
PtonW prototypes. But inet_pton() is not declared in that commit (or later). Should it be declared in mingw headers or some other way? Thanks for your help! -- Marc-André Lureau ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net

Re: [Mingw-w64-public] MSI signing

2013-02-15 Thread Marc-André Lureau
Good news! Thanks to Per Allansson, author of osslsigncode, we know now that 98C090F33284468D64F30EE7B8C00894135D54C8 is sha1 of Root Entry unique identifier 84 10 0c 00 00 00 00 00 c0 00 00 00 00 00 00 46. -- Marc-André Lureau

[Mingw-w64-public] MSI signing

2013-02-15 Thread Marc-André Lureau
ld be that my modified sha1 is wrong, or that they apply further transformation on the stream content before computing the checksum, although this would be surprising since they don't do that for PE or cabinet file. Any suggestion or help is welcome! -- Marc-André Lureau mini.msi Descriptio

Re: [Mingw-w64-public] SetupUninstallOEMInf linking issue

2013-02-07 Thread Marc-André Lureau
(and 64-bit version) of setupapi.def (and > cfgmgr32,def, devenum.def, devrtl.def, devmgr.def, devobj.def, and > cfgbkend.def) tomorrow. I had a first glance today on them, but I > need to verify some API before committing changes. Any update? I can't see a fix i

[Mingw-w64-public] SetupUninstallOEMInf linking issue

2013-01-26 Thread Marc-André Lureau
Hi, Using mingw32-gcc-4.7.2-2.fc18.x86_64 & mingw32-crt-2.0.999-0.15.trunk.20121110.fc18.noarch I am wondering against which library I should be linking, -lsetupapi doesn't seem to have the symbol: undefined reference to `_imp__SetupUninstallOEMInfW@12' Thanks for your help!

[Mingw-w64-public] Follow the definition of POSIX timeval

2012-01-26 Thread Marc-André Lureau
/lists.gnu.org/archive/html/bug-gnulib/2012-01/msg00321.html cheers -- Marc-André Lureau Index: crt/_timeval.h === --- crt/_timeval.h (revisión: 4766) +++ crt/_timeval.h (copia de trabajo) @@ -7,10 +7,12 @@ #ifndef _TIMEVAL_DE