mirror of
https://github.com/curl/curl.git
synced 2026-06-13 02:05:37 +03:00
Revert "nope"
This reverts commit cb8cd80b26cef6b2ac9d06fde1b3d8761dc83182.
This commit is contained in:
parent
8b00536062
commit
f610aa8a9d
1 changed files with 2 additions and 4 deletions
|
|
@ -68,13 +68,11 @@ static size_t write_memory_callback(char *contents, size_t size,
|
|||
return realsize;
|
||||
}
|
||||
|
||||
static
|
||||
#if defined(USE_THREADS_POSIX) || defined(USE_THREADS_WIN32)
|
||||
CURL_THREAD_RETURN_T CURL_STDCALL
|
||||
static CURL_THREAD_RETURN_T CURL_STDCALL test_thread(void *ptr)
|
||||
#else
|
||||
unsigned int
|
||||
static unsigned int test_thread(void *ptr)
|
||||
#endif
|
||||
test_thread(void *ptr)
|
||||
{
|
||||
struct Ctx *ctx = (struct Ctx *)ptr;
|
||||
CURLcode res = CURLE_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue