git-svn-id: https://192.168.0.254/svn/Proyectos.LuisLeon_FactuGES2/trunk@1 b2cfbe5a-eba1-4a0c-8b32-7feea0a119f2
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.
|