git-svn-id: https://192.168.0.254/svn/Proyectos.AbetoDesign_FactuGES/trunk@2 93f398dd-4eb6-7a46-baf6-13f46f578da2
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.
|