if curl version

This commit is contained in:
satbaby
2012-09-12 18:28:11 +02:00
parent c6ae7255ac
commit 86632f0369
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