if curl version

Origin commit data
------------------
Branch: ni/coolstream
Commit: 86632f0369
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-12 (Wed, 12 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-09-12 18:28:11 +02:00
parent 7e4fd63bf2
commit b021be7aa1
4 changed files with 4 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ void CAudiofileExt::operator=(const CAudiofileExt& src)
#include <curl/curl.h> #include <curl/curl.h>
#include <curl/easy.h> #include <curl/easy.h>
#ifndef NEW_LIBCURL #if LIBCURL_VERSION_NUM < 0x071507
#include <curl/types.h> #include <curl/types.h>
#endif #endif

View File

@@ -58,7 +58,7 @@
#include <curl/curl.h> #include <curl/curl.h>
#include <curl/easy.h> #include <curl/easy.h>
#ifndef NEW_LIBCURL #if LIBCURL_VERSION_NUM < 0x071507
#include <curl/types.h> #include <curl/types.h>
#endif #endif
#include <system/helpers.h> #include <system/helpers.h>

View File

@@ -59,7 +59,7 @@
#include <curl/curl.h> #include <curl/curl.h>
#include <curl/easy.h> #include <curl/easy.h>
#ifndef NEW_LIBCURL #if LIBCURL_VERSION_NUM < 0x071507
#include <curl/types.h> #include <curl/types.h>
#endif #endif

View File

@@ -24,7 +24,7 @@
#include <curl/curl.h> #include <curl/curl.h>
#include <curl/easy.h> #include <curl/easy.h>
#ifndef NEW_LIBCURL #if LIBCURL_VERSION_NUM < 0x071507
#include <curl/types.h> #include <curl/types.h>
#endif #endif