17 lines
245 B
ObjectPascal
17 lines
245 B
ObjectPascal
{$R JEDISoftLinks.TLB}
|
|
|
|
library JEDISoftLinks;
|
|
|
|
uses
|
|
ComServ,
|
|
SoftLinkDragDropHandler in 'SoftLinkDragDropHandler.pas';
|
|
|
|
exports
|
|
DllGetClassObject,
|
|
DllCanUnloadNow,
|
|
DllRegisterServer,
|
|
DllUnregisterServer;
|
|
|
|
begin
|
|
end.
|