aboutsummaryrefslogtreecommitdiff
path: root/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2018-09-26 14:43:58 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2018-09-27 09:13:20 +0200
commit7ae78feea3f7fe74e791af72dc3c124d20e7c062 (patch)
tree43d4c3968631b356050115a6bc01ec5688f9f154 /lib/CMakeLists.txt
parent5616c1df285bef32e879f5e29fdf28c062e6506d (diff)
curl_threads: fix classic MinGW compile break
Classic MinGW still has _beginthreadex's return type as unsigned long instead of uintptr_t [0]. uintptr_t is not even defined because of [1]. [0] https://sourceforge.net/p/mingw/mingw-org-wsl/ci/wsl-5.1-release/tree/mingwrt/include/process.h#l167 [1] https://sourceforge.net/p/mingw/mingw-org-wsl/ci/wsl-5.1-release/tree/mingwrt/include/process.h#l90 Bug: https://github.com/curl/curl/issues/2924#issuecomment-424334807 Closes https://github.com/curl/curl/pull/3051
Diffstat (limited to 'lib/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions