]> git.ipfire.org Git - thirdparty/curl.git/commit
curl_threads: delete WinCE fallback branch
authorViktor Szakats <commit@vsz.me>
Fri, 10 Oct 2025 22:11:16 +0000 (00:11 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 10 Oct 2025 23:04:24 +0000 (01:04 +0200)
commit16f0d4ae3ad0a113dde0488b5119ec7ad03cf7d7
treedbd3ffe74fbd3c6ca706b704308362412ea2e884
parentf04e7a7eface29607981f81662d9dff429372134
curl_threads: delete WinCE fallback branch

Both WinCE and Windows use `CreateThread()` now, so the use of
`GetLastError()` works for both.

Follow-up to 03448f477a0cfa3868dfd15a7b9278dcecf944a2 #18998
Follow-up to 1c49f2f26d0f200bb9de61f795f06a1bc56845e9 #18451
Follow-up to af0216251b94e751baa47146ac9609db70793b8e #1589

Closes #19015
lib/curl_threads.c