remove unneeded lines for windows
This commit is contained in:
parent
f7438a22f7
commit
8950a78c41
|
@ -76,10 +76,6 @@ SWITCH_DECLARE(void) switch_curl_destroy(void)
|
||||||
/* kind of ugly but there is no better portable way to wrap this function =(::: */
|
/* kind of ugly but there is no better portable way to wrap this function =(::: */
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
#include "../../../../libs/curl/lib/formdata.c"
|
#include "../../../../libs/curl/lib/formdata.c"
|
||||||
#else
|
|
||||||
extern CURLFORMcode curl_formadd(struct curl_httppost **httppost,
|
|
||||||
struct curl_httppost **last_post,
|
|
||||||
...);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
SWITCH_DECLARE(CURLFORMcode) switch_curl_formadd(struct curl_httppost **httppost,
|
SWITCH_DECLARE(CURLFORMcode) switch_curl_formadd(struct curl_httppost **httppost,
|
||||||
|
|
Loading…
Reference in New Issue