Re: [Mingw-w64-public] [PATCH] _begin/endthread(ex) are not allowed on winrt

2016-04-13 Thread Hugo Beauzée-Luyssen
On 04/13/2016 02:48 PM, Hugo Beauzée-Luyssen wrote: > Provide a redirection from _beginthreadex -> CreateThread _endthread -> > ExitThread, as the documentation recommends. > --- > mingw-w64-libraries/winstorecompat/Makefile.am | 1 + > .../winstorecompat/src/beginthread.c | 5

[Mingw-w64-public] [PATCH] _begin/endthread(ex) are not allowed on winrt

2016-04-13 Thread Hugo Beauzée-Luyssen
Provide a redirection from _beginthreadex -> CreateThread _endthread -> ExitThread, as the documentation recommends. --- mingw-w64-libraries/winstorecompat/Makefile.am | 1 + .../winstorecompat/src/beginthread.c | 54 ++ 2 files changed, 55 insertions(+) cre

[Mingw-w64-public] [PATCH] _begin/endthread(ex) are not allowed on winrt

2016-04-13 Thread Hugo Beauzée-Luyssen
Provide a redirection from _beginthreadex -> CreateThread _endthread -> ExitThread, as the documentation recommends. --- mingw-w64-libraries/winstorecompat/Makefile.am | 1 + .../winstorecompat/src/beginthread.c | 54 ++ 2 files changed, 55 insertions(+) cre

Re: [Mingw-w64-public] [PATCH] _begin/endthread(ex) are not allowed on winrt

2016-04-13 Thread Kai Tietz
2016-04-13 13:59 GMT+02:00 Hugo Beauzée-Luyssen : > On 04/13/2016 01:30 PM, Kai Tietz wrote: >> Hi, >> >> I don't see that adding psdk header dependency to our crt header is >> something sane. Why is this change in crt headers at all necessary? >> >> Kai >> >> 2016-04-13 13:05 GMT+02:00 Hugo Beauz

Re: [Mingw-w64-public] [PATCH] _begin/endthread(ex) are not allowed on winrt

2016-04-13 Thread Hugo Beauzée-Luyssen
On 04/13/2016 01:30 PM, Kai Tietz wrote: > Hi, > > I don't see that adding psdk header dependency to our crt header is > something sane. Why is this change in crt headers at all necessary? > > Kai > > 2016-04-13 13:05 GMT+02:00 Hugo Beauzée-Luyssen : >> Provide a redirection from _beginthreadex ->

Re: [Mingw-w64-public] [PATCH] _begin/endthread(ex) are not allowed on winrt

2016-04-13 Thread Kai Tietz
Hi, I don't see that adding psdk header dependency to our crt header is something sane. Why is this change in crt headers at all necessary? Kai 2016-04-13 13:05 GMT+02:00 Hugo Beauzée-Luyssen : > Provide a redirection from _beginthreadex -> CreateThread _endthread -> > ExitThread, as the docume

[Mingw-w64-public] [PATCH] _begin/endthread(ex) are not allowed on winrt

2016-04-13 Thread Hugo Beauzée-Luyssen
Provide a redirection from _beginthreadex -> CreateThread _endthread -> ExitThread, as the documentation recommends. --- mingw-w64-headers/crt/process.h| 6 +++ mingw-w64-libraries/winstorecompat/Makefile.am | 1 + .../winstorecompat/src/beginthread.c | 54 +