BSOne.SFC/Tocsg.Module/ChangeExtIcon/bs1eim.dpr

18 lines
207 B
Plaintext

library bs1eim;
uses
ComServ,
BS1ExtIconAip in 'BS1ExtIconAip.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer,
DllInstall;
{$R *.RES}
begin
end.