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
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
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
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
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 ->
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
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 +