[Mingw-w64-public] WIN32_LEAN_AND_MEAN changes from runtime-8 to runtime-9

2021-08-25 Thread sisyphus
Hi, The following script demonstrates a change between runtime version 8 and runtime version 9. /***/ #define WIN32_LEAN_AND_MEAN #include #ifndef _WINSOCKAPI_ #define NO__WINSOCKAPI_YET # include # include #endif #include int main(void) { #ifdef NO__WIN

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

2021-08-25 Thread Jonathan Marler
This replaces the include style for rpc.h and rpcndr.h inside the wtypes.h header. I found this issue when trying to compile my WindowsNfs project found here: https://github.com/marler8997/WindowsNfs. This project contains a file named "Rpc.h". This broke the mingw header files because wtypes.h e

Re: [Mingw-w64-public] [PATCH] Implement formatting function for hexadecimal double.

2021-08-25 Thread Martin Storsjö
On Thu, 19 Aug 2021, Patrick Northon wrote: I have attached a new patch that remove the "fix" in `__pformat_int`. I noticed that it will print zero if stream->precision isn't 0 and the original `__pformat_emit_xfloat` would end with that precision value being -1. Please do send that fix - in