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.

24 lines
424 B

  1. // This file contains directives for how to order the functions.
  2. #include "inetcpl.fmap"
  3. libinetcpl.so.1
  4. {
  5. global:
  6. CPlApplet;
  7. DllInstall;
  8. AddInternetPropertySheets;
  9. LaunchInternetControlPanel;
  10. AddInternetPropertySheetsEx;
  11. SiteCert_RunFromCmdLine;
  12. OpenFontsDialog;
  13. LaunchSecurityDialog;
  14. LaunchSiteCertDialog;
  15. _____inetcpl_initDLL;
  16. local:
  17. *;
  18. };