Componentes.Terceros.jcl/official/2.1.1/examples/windows/ntfs/JEDISoftLinks.dpr
2010-01-18 16:51:36 +00:00

17 lines
245 B
ObjectPascal

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