mirror of
https://github.com/curl/curl.git
synced 2026-06-12 23:15:42 +03:00
formatting
This commit is contained in:
parent
48bb785daa
commit
4feb0954e0
1 changed files with 1 additions and 2 deletions
|
|
@ -623,8 +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,
|
||||
GetModuleHandle(NULL), 0,
|
||||
&thread_main_id);
|
||||
GetModuleHandle(NULL), 0, &thread_main_id);
|
||||
if(!thread_main_window || !thread_main_id)
|
||||
logmsg("cannot start main window loop");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue