Re: [Mingw-w64-public] [PATCH] winbase.h: WaitForMultipleObjects is available on UWP

2017-07-10 Thread Kai Tietz via Mingw-w64-public
Hello Hugo, Hmm, I am not that convinced that this patch is ok. Why is just W4MO a general import? Are you sure that in App mode this function has be present too? Do you have some pointers for this? Regards, Kai 2017-07-10 17:06 GMT+02:00 Hugo Beauzée-Luyssen : > On Tue, Jun 27, 2017, at 05:44

Re: [Mingw-w64-public] [PATCH] winbase.h: WaitForMultipleObjects is available on UWP

2017-07-10 Thread Hugo Beauzée-Luyssen
On Tue, Jun 27, 2017, at 05:44 PM, Hugo Beauzée-Luyssen wrote: > --- > mingw-w64-headers/include/winbase.h | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/mingw-w64-headers/include/winbase.h > b/mingw-w64-headers/include/winbase.h > index 74bc512c..be050cc6 100644 > -

Re: [Mingw-w64-public] [PATCH] VirtualProtect problem in pseudo-reloc.c

2017-07-10 Thread Kai Tietz via Mingw-w64-public
Hi, yes, the patch looks fine to me. Your changes looking fine to me. Nevertheless we should just put this code change just in master, as we need to let people test new code. Please go ahead and commit to master. Thanks, Kai 2017-07-09 21:25 GMT+02:00 Arthur D. Edelstein : > Turns out I could r