git-svn-id: https://192.168.0.254/svn/Proyectos.Noviseda_FactuGES2/trunk@2 f33bb606-9f5c-448d-9c99-757f00063c96
18 lines
219 B
ObjectPascal
18 lines
219 B
ObjectPascal
library udf_RtfToText;
|
|
|
|
uses
|
|
ComServ,
|
|
funciones in 'funciones.pas';
|
|
|
|
exports
|
|
DllGetClassObject,
|
|
DllCanUnloadNow,
|
|
DllRegisterServer,
|
|
DllUnregisterServer,
|
|
RtfToText;
|
|
|
|
{$R *.RES}
|
|
|
|
begin
|
|
end.
|