I will apply all the patches tomorrow, but with 2 and 5 merged as Jacek asked.
Any objections? On 20 Apr, Hugo Beauzée-Luyssen wrote : > --- > mingw-w64-headers/include/processthreadsapi.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/mingw-w64-headers/include/processthreadsapi.h > b/mingw-w64-headers/include/processthreadsapi.h > index c04e79c..f8c1480 100755 > --- a/mingw-w64-headers/include/processthreadsapi.h > +++ b/mingw-w64-headers/include/processthreadsapi.h > @@ -164,6 +164,9 @@ WINBASEAPI WINBOOL WINAPI TerminateProcess (HANDLE > hProcess, UINT uExitCode); > WINBASEAPI int WINAPI GetThreadPriority (HANDLE hThread); > WINBASEAPI DECLSPEC_NORETURN VOID WINAPI ExitThread (DWORD dwExitCode); > WINBASEAPI WINBOOL WINAPI GetExitCodeThread (HANDLE hThread, LPDWORD > lpExitCode); > +#if _WIN32_WINNT >= 0x0A00 > + WINBASEAPI DWORD WINAPI QueueUserAPC (PAPCFUNC pfnAPC, HANDLE hThread, > ULONG_PTR dwData); > +#endif > WINBASEAPI DWORD WINAPI SuspendThread (HANDLE hThread); > WINBASEAPI DWORD WINAPI ResumeThread (HANDLE hThread); > WINBASEAPI DWORD WINAPI TlsAlloc (VOID); > -- > 2.8.0.rc3 > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public -- With my kindest regards, -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
