Re: [Mingw-w64-public] [PATCH] wtypes.h: replace #include <...> with #include "..." for rpc

2021-09-05 Thread Jacek Caban
On 9/5/21 4:54 PM, LIU Hao wrote: 在 2021-09-04 23:53, JonY via Mingw-w64-public 写道: I am OK with updating them to use double quotes but have no strong preference anyway since it has been using angular brackets for a long time. So this change is okay, but... I have noticed that wtypes.h

Re: [Mingw-w64-public] contributions

2021-09-05 Thread JonY via Mingw-w64-public
On 9/5/21 12:58 PM, Glenn Burkhardt wrote: I don't know if those functions are available from Cygwin.  But they are not in MinGW-w64.  I don't care how they get to MinGW-w64, it would be convenient to have them. And why do you bring up Cygwin?  This is the MinGW-w64 mailing list, right?

[Mingw-w64-public] [PATCH] Fix exponent when formatting long double in hexadecimal.

2021-09-05 Thread Patrick Northon via Mingw-w64-public
Hi, here's a patch to fix another problem with formatting long doubles in hexadecimal. I found a failing case with a denormalized value: printf("0x2.0p-16385l : %La\n", 0x2.0p-16385l); Complete tests: #include #include #include int main(int argc, char **argv) { puts( " ---

Re: [Mingw-w64-public] [PATCH] wtypes.h: replace #include <...> with #include "..." for rpc

2021-09-05 Thread LIU Hao
在 2021-09-04 23:53, JonY via Mingw-w64-public 写道: I am OK with updating them to use double quotes but have no strong preference anyway since it has been using angular brackets for a long time. So this change is okay, but... I have noticed that wtypes.h is generated from wtypes.idl, which

Re: [Mingw-w64-public] [PATCH] wtypes.h: replace #include <...> with #include "..." for rpc

2021-09-05 Thread LIU Hao
在 2021-09-05 23:00, Jacek Caban 写道: They come from widl, so if we want this change, then widl needs to be changed instead. It looks like the reverse was done in the past: https://source.winehq.org/git/wine.git/commitdiff/0bde2bbe010c68a54f8928469e89637a2322ae44 I don't know what was the

Re: [Mingw-w64-public] contributions

2021-09-05 Thread Glenn Burkhardt
I don't know if those functions are available from Cygwin.  But they are not in MinGW-w64.  I don't care how they get to MinGW-w64, it would be convenient to have them. And why do you bring up Cygwin?  This is the MinGW-w64 mailing list, right? On 9/4/2021  4:47 PM, Biswapriyo Nath wrote: