Re: [Mingw-w64-public] [PATCH] headers: Disable conflicting OLE methods on Cygwin

2024-08-13 Thread Rafael Kitover
вт, 13 авг. 2024 г. в 14:21, LIU Hao : > /usr/include/w32api/comip.h:21:10: fatal error: new.h: No such file or > directory >21 | #include > ``` The reason for this is that the version of the headers in the MSYS environment are very out of date, they are currently on the last sta

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

2024-08-13 Thread LIU Hao
在 2024-08-13 10:56, 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-w

Re: [Mingw-w64-public] [PATCH] crt: Fix profil.c compile warning: cast between incompatible function types

2024-08-13 Thread LIU Hao
在 2024-08-09 19:37, Martin Storsjö 写道: The change looks good to me, but indeed, we probably could get rid of the cast now? I have pushed a commit with the cast removed now. -- Best regards, LIU Hao OpenPGP_signature.asc Description: OpenPGP digital signature __

Re: [Mingw-w64-public] [PATCH] headers: Disable conflicting OLE methods on Cygwin

2024-08-13 Thread LIU Hao
在 2024-08-13 03:12, Rafael Kitover 写道: Just wanted to say that I really appreciate your help with this, I think I was discussing your nano fork with you some years ago. You are welcome. I believe this is enough, because I've used it to build and run some WMI code. Yeah, the fact that they

Re: [Mingw-w64-public] [QUESTION] Linking a CRT function from a Cygwin program

2024-08-13 Thread LIU Hao
在 2024-08-13 04:33, Rafael Kitover 写道: Apologies in advance if this is the wrong place to ask about this. I recently ran into a problem in a project I'm working on, which is a binary using the Cygwin runtime, where linking failed to find a CRT function, stricmp() in this case. For the time bein