sockfilt.c use CURL_THREAD_RETURN_T

This commit is contained in:
Viktor Szakats 2025-08-01 22:39:41 +02:00
parent 784fc23958
commit cf275232b1
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -413,8 +413,8 @@ struct select_ws_wait_data {
HANDLE abort; /* internal event to abort waiting threads */
};
#include <process.h>
static
unsigned int CURL_WIN_THREADFUNC select_ws_wait_thread(void *lpParameter)
static CURL_THREAD_RETURN_T
CURL_WIN_THREADFUNC select_ws_wait_thread(void *lpParameter)
{
struct select_ws_wait_data *data;
HANDLE signal, handle, handles[2];