blob: 42b47bad526ae4887f07d7802e7e12a74ae323ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- xbmc-21.2-Omega.orig/xbmc/filesystem/CurlFile.cpp 2025-01-15 23:14:15.000000000 +0100
+++ xbmc-21.2-Omega/xbmc/filesystem/CurlFile.cpp 2025-10-06 04:56:01.878205684 +0200
@@ -44,7 +44,7 @@ using namespace std::chrono_literals;
#define FITS_INT(a) (((a) <= INT_MAX) && ((a) >= INT_MIN))
-curl_proxytype proxyType2CUrlProxyType[] = {
+long proxyType2CUrlProxyType[] = {
CURLPROXY_HTTP, CURLPROXY_SOCKS4, CURLPROXY_SOCKS4A,
CURLPROXY_SOCKS5, CURLPROXY_SOCKS5_HOSTNAME, CURLPROXY_HTTPS,
};
|