mirror of
https://github.com/curl/curl.git
synced 2026-07-28 22:53:07 +03:00
lib3026.c use CURL_THREAD_RETURN_T, merge branches
This commit is contained in:
parent
6d11b4a535
commit
0b9c55f6d9
1 changed files with 1 additions and 5 deletions
|
|
@ -26,12 +26,8 @@
|
|||
#define NUM_THREADS 100
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(CURL_WINDOWS_UWP) || defined(UNDER_CE)
|
||||
static DWORD WINAPI t3026_run_thread(LPVOID ptr)
|
||||
#else
|
||||
#include <process.h>
|
||||
static unsigned int WINAPI t3026_run_thread(void *ptr)
|
||||
#endif
|
||||
static CURL_THREAD_RETURN_T WINAPI t3026_run_thread(void *ptr)
|
||||
{
|
||||
CURLcode *result = ptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue