git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/branches/D2007-DA5@21 0c75b7a4-871f-7646-8a2f-f78d34cc349f
19 lines
236 B
ObjectPascal
19 lines
236 B
ObjectPascal
library udf_RtfToText;
|
|
|
|
uses
|
|
ExceptionLog,
|
|
ComServ,
|
|
funciones in 'funciones.pas';
|
|
|
|
exports
|
|
DllGetClassObject,
|
|
DllCanUnloadNow,
|
|
DllRegisterServer,
|
|
DllUnregisterServer,
|
|
RtfToText;
|
|
|
|
{$R *.RES}
|
|
|
|
begin
|
|
end.
|