mirror of
https://github.com/curl/curl.git
synced 2026-08-26 01:43:37 +03:00
MSVC adjustment
This commit is contained in:
parent
4f0d286d2c
commit
79ffbf7fe1
5 changed files with 32 additions and 7 deletions
|
|
@ -16,11 +16,10 @@
|
|||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <curl/multi.h>
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#ifndef WIN32
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
#include <curl/multi.h>
|
||||
|
||||
static const char *urls[] = {
|
||||
"http://www.microsoft.com",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue