25 lines
424 B
Plaintext
25 lines
424 B
Plaintext
// This file contains directives for how to order the functions.
|
|
#include "inetcpl.fmap"
|
|
|
|
libinetcpl.so.1
|
|
{
|
|
global:
|
|
|
|
CPlApplet;
|
|
DllInstall;
|
|
|
|
AddInternetPropertySheets;
|
|
LaunchInternetControlPanel;
|
|
AddInternetPropertySheetsEx;
|
|
SiteCert_RunFromCmdLine;
|
|
OpenFontsDialog;
|
|
|
|
LaunchSecurityDialog;
|
|
LaunchSiteCertDialog;
|
|
|
|
_____inetcpl_initDLL;
|
|
|
|
local:
|
|
*;
|
|
};
|