[Mingw-w64-public] Patch for MEMORY_PRIORITY defines

2019-06-20 Thread Tom Ritter
This patch moves MEMORY_PRIORITY_ defines outside a _WIN32_WINNT #if check to match Microsoft's definitions, which are in winnt.h and not behind any version #ifs. -tom From 84d449158871f8bdd2bb1969b71261d5183d3b38 Mon Sep 17 00:00:00 2001 From: Tom Ritter Date: Thu, 20 Jun 2019 11:41:52 -0700 Sub

Re: [Mingw-w64-public] [PATCH] librpcrt4.a: Drop @0 suffix from varargs functions.

2019-06-20 Thread Jacek Caban
On 6/20/19 8:09 PM, Biswapriyo Nath wrote: Can you add a little comment upon those changes? It may help future contributions not to modify those and. I'm not sure if there is a place to put them. If I added comments to rpcrt4 importlib, that won't help someone changing other DLLs. It would b

Re: [Mingw-w64-public] [PATCH] librpcrt4.a: Drop @0 suffix from varargs functions.

2019-06-20 Thread Biswapriyo Nath
Can you add a little comment upon those changes? It may help future contributions not to modify those and. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH v2] librpcrt4.a: Drop @0 suffix from varargs functions.

2019-06-20 Thread Martin Storsjö
On Thu, 20 Jun 2019, Jacek Caban wrote: Fixes a regression introduced by 047f934150cf5d14f7148ae12974c527a94bcca9 Signed-off-by: Jacek Caban --- mingw-w64-crt/lib32/rpcrt4.def | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) LGTM // Martin

[Mingw-w64-public] [PATCH v2] librpcrt4.a: Drop @0 suffix from varargs functions.

2019-06-20 Thread Jacek Caban
Fixes a regression introduced by 047f934150cf5d14f7148ae12974c527a94bcca9 Signed-off-by: Jacek Caban --- mingw-w64-crt/lib32/rpcrt4.def | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/mingw-w64-crt/lib32/rpcrt4.def b/mingw-w64-crt/lib32/rpcrt4.def in

[Mingw-w64-public] [PATCH] librpcrt4.a: Drop @0 suffix from varargs functions.

2019-06-20 Thread Jacek Caban
Fixes a regression introduced by 047f934150cf5d14f7148ae12974c527a94bcca9 Signed-off-by: Jacek Caban --- mingw-w64-crt/lib32/rpcrt4.def | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/mingw-w64-crt/lib32/rpcrt4.def b/mingw-w64-crt/lib32/rpcrt4.def index e8c739