Windows2003-3790/inetcore/wininet/autoconf/jsproxy.umap
2020-09-30 16:53:55 +02: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:
*;
};