2025-04-27 07:49:33 -04:00

14 lines
259 B
Plaintext

// This file contains directives for how to order the functions.
#include "jsproxy.fmap"
libjsproxy.so.1
{
global:
InternetInitializeAutoProxyDll;
InternetDeInitializeAutoProxyDll;
InternetGetProxyInfo;
_____jsproxy_initDLL;
local:
*;
};