From: Jeff Lenk Date: Thu, 5 Jan 2012 21:21:02 +0000 (-0600) Subject: remove unneeded lines for windows X-Git-Tag: v1.2-rc1~19^2~1^2~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8950a78c4186cfc657ec139912b4561adc53bb2f;p=thirdparty%2Ffreeswitch.git remove unneeded lines for windows --- diff --git a/src/switch_curl.c b/src/switch_curl.c index 01929f1686..0eea13ec86 100644 --- a/src/switch_curl.c +++ b/src/switch_curl.c @@ -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 =(::: */ #ifndef WIN32 #include "../../../../libs/curl/lib/formdata.c" -#else -extern CURLFORMcode curl_formadd(struct curl_httppost **httppost, - struct curl_httppost **last_post, - ...); #endif SWITCH_DECLARE(CURLFORMcode) switch_curl_formadd(struct curl_httppost **httppost,