if curl version

Origin commit data
------------------
Commit: 86632f0369
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-09-12 (Wed, 12 Sep 2012)
This commit is contained in:
Jacek Jendrzej
2012-09-12 18:28:11 +02:00
parent 878d7528e4
commit 95b40860f7
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/easy.h>
#ifndef NEW_LIBCURL
#if LIBCURL_VERSION_NUM < 0x071507
#include <curl/types.h>
#endif

View File

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

View File

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

View File

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