Componentes.Terceros.jcl/official/1.96/examples/windows/ntfs/JEDISoftLinks.dpr

17 lines
245 B
ObjectPascal

{$R JEDISoftLinks.TLB}
library JEDISoftLinks;
uses
ComServ,
SoftLinkDragDropHandler in 'SoftLinkDragDropHandler.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
begin
end.