Externals: Add libcurl.

This commit is contained in:
Pierre Bourdon
2016-06-17 02:28:34 +02:00
parent fe51de23f1
commit c4f5c471bb
291 changed files with 122838 additions and 1 deletions

13
Externals/curl/lib/libcurl.vers.in vendored Normal file
View File

@ -0,0 +1,13 @@
HIDDEN
{
local:
__*;
_rest*;
_save*;
};
CURL_@CURL_LT_SHLIB_VERSIONED_FLAVOUR@4
{
global: curl_*;
local: *;
};