mirror of
https://github.com/curl/curl.git
synced 2026-06-15 01:25:38 +03:00
sockfilt.c use CURL_THREAD_RETURN_T
This commit is contained in:
parent
784fc23958
commit
cf275232b1
1 changed files with 2 additions and 2 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue