mirror of
https://github.com/curl/curl.git
synced 2026-08-03 07:10:29 +03:00
sync callconv
This commit is contained in:
parent
0b9c55f6d9
commit
08eb26241a
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include <process.h>
|
||||
static CURL_THREAD_RETURN_T WINAPI t3026_run_thread(void *ptr)
|
||||
static CURL_THREAD_RETURN_T __stdcall t3026_run_thread(void *ptr)
|
||||
{
|
||||
CURLcode *result = ptr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue