git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.jcl@20 c37d764d-f447-7644-a108-883140d013fb
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.
|