mirror of
https://github.com/curl/curl.git
synced 2026-06-12 19:55:38 +03:00
try dropping a (void *) cast
This commit is contained in:
parent
0277fa0022
commit
48bb785daa
1 changed files with 1 additions and 1 deletions
|
|
@ -623,7 +623,7 @@ void install_signal_handlers(bool keep_sigalrm)
|
|||
|
||||
#if !defined(CURL_WINDOWS_UWP) && !defined(UNDER_CE)
|
||||
thread_main_window = CreateThread(NULL, 0, &main_window_loop,
|
||||
(void *)GetModuleHandle(NULL), 0,
|
||||
GetModuleHandle(NULL), 0,
|
||||
&thread_main_id);
|
||||
if(!thread_main_window || !thread_main_id)
|
||||
logmsg("cannot start main window loop");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue