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
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
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