[Mingw-w64-public] [PATCH] headers: Add missing marco in synchapi.h

2022-11-16 Thread Biswapriyo Nath
WInSDK checks for _NT_TARGET_VERSION_WIN10_RS4 but it is not defined or used anywhere. So, I think removing that cpp check would not harm the use cases. Tested with pywin32 project. From 55ce5c0e8bad90b11181e26a5d992d0cceff2913 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 16 Nov 2022

Re: [Mingw-w64-public] [PATCH] crt: Move WinMain/wWinMain specific code outside of crtexe.c file

2022-11-16 Thread LIU Hao
在 2022/11/15 19:17, Martin Storsjö 写道: Right - I mainly meant functional change as it does run slightly different logic, even if the end result turns out to be the same for all practical inputs. I guess it's fine to not make a big fuss about it, but it would be nice to at least mention it in t