1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Support/Windows
Ilya Biryukov 9f476ae4bb [Support] fix mingw-w64 build
Older versions of Mingw-w64 do not define _beginthreadex_proc_type,
so we replace it with `unsigned (__stdcall *ThreadFunc)(void *)`.

Fixes https://github.com/clangd/clangd/issues/188

Patch by lh123!

Differential Revision: https://reviews.llvm.org/D69879
2019-11-06 15:18:58 +01:00
..
COM.inc
DynamicLibrary.inc
explicit_symbols.inc
Host.inc
Memory.inc
Path.inc Win: handle \\?\UNC\ prefix in realPathFromHandle (PR43204) 2019-09-05 09:07:05 +00:00
Process.inc Reland "[Support] Add a way to run a function on a detached thread"" 2019-10-23 15:51:44 +02:00
Program.inc
Signals.inc Revert "Disable exit-on-SIGPIPE in lldb" 2019-10-24 13:19:49 -07:00
Threading.inc [Support] fix mingw-w64 build 2019-11-06 15:18:58 +01:00
ThreadLocal.inc
Watchdog.inc
WindowsSupport.h Reland "[Support] Add a way to run a function on a detached thread"" 2019-10-23 15:51:44 +02:00