mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:23:31 +03:00
URLs: change more http to https
This commit is contained in:
parent
742deff4dd
commit
d49881cb19
18 changed files with 46 additions and 44 deletions
|
|
@ -509,8 +509,8 @@ static void lograw(unsigned char *buffer, ssize_t len)
|
|||
* other handle types supported by WaitForMultipleObjectsEx() as
|
||||
* well as disk files, anonymous and names pipes, and character input.
|
||||
*
|
||||
* http://msdn.microsoft.com/en-us/library/windows/desktop/ms687028.aspx
|
||||
* http://msdn.microsoft.com/en-us/library/windows/desktop/ms741572.aspx
|
||||
* https://msdn.microsoft.com/en-us/library/windows/desktop/ms687028.aspx
|
||||
* https://msdn.microsoft.com/en-us/library/windows/desktop/ms741572.aspx
|
||||
*/
|
||||
struct select_ws_wait_data {
|
||||
HANDLE handle; /* actual handle to wait for during select */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue