Componentes.Terceros.jcl/official/1.104/examples/windows/ntfs/JEDISoftLinks.dpr
2009-02-27 12:18:04 +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.