提交 8950a78c authored 作者: Jeff Lenk's avatar Jeff Lenk

remove unneeded lines for windows

上级 f7438a22
...@@ -76,10 +76,6 @@ SWITCH_DECLARE(void) switch_curl_destroy(void) ...@@ -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,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论