mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-05 16:37:12 +02:00
Initial preparations for CURL and Discord integration.
This commit is contained in:
13
module/Vendor/CURL/lib/libcurl.vers.in
vendored
Normal file
13
module/Vendor/CURL/lib/libcurl.vers.in
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
HIDDEN
|
||||
{
|
||||
local:
|
||||
__*;
|
||||
_rest*;
|
||||
_save*;
|
||||
};
|
||||
|
||||
CURL_@CURL_LT_SHLIB_VERSIONED_FLAVOUR@4
|
||||
{
|
||||
global: curl_*;
|
||||
local: *;
|
||||
};
|
Reference in New Issue
Block a user