mirror of
https://github.com/curl/curl.git
synced 2026-07-30 08:48:02 +03:00
curl_setup.h fixup for non-WIN32
This commit is contained in:
parent
b6cbd00593
commit
821d6c0a29
1 changed files with 2 additions and 0 deletions
|
|
@ -646,8 +646,10 @@ typedef HANDLE curl_win_thread_handle_t;
|
|||
#define CURL_WIN_BEGINTHREAD CreateThread
|
||||
#else
|
||||
#define CURL_THREAD_RETURN_T unsigned int
|
||||
#ifdef _WIN32
|
||||
typedef uintptr_t curl_win_thread_handle_t;
|
||||
#define CURL_WIN_BEGINTHREAD _beginthreadex
|
||||
#endif /* _WIN32 */
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue