Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
259 B

  1. // This file contains directives for how to order the functions.
  2. #include "jsproxy.fmap"
  3. libjsproxy.so.1
  4. {
  5. global:
  6. InternetInitializeAutoProxyDll;
  7. InternetDeInitializeAutoProxyDll;
  8. InternetGetProxyInfo;
  9. _____jsproxy_initDLL;
  10. local:
  11. *;
  12. };