-
Notifications
You must be signed in to change notification settings - Fork 35
/
internettools.pas
26 lines (20 loc) · 1.02 KB
/
internettools.pas
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit internettools;
{$warn 5023 off : no warning about unused units}
interface
uses
bbutils, extendedhtmlparser, htmlInformation, simplehtmlparser, simplehtmltreeparser, simplexmlparser, simplexmltreeparserfpdom, xquery,
xquery.internals.collations, xquery.internals.common, xquery.internals.floathelpers, xquery.internals.lclexcerpt,
xquery.internals.protectionbreakers, bbrandomnumbergenerator, xquery.namespaces, xquery__functions, xquery__parse, xquery__regex,
xquery__serialization, xquery_json, xquery_module_binary, xquery_module_file, xquery_module_math, xquery_module_uca_icu, internetaccess,
mockinternetaccess, multipagetemplate, simpleinternet, synapseinternetaccess, w32internetaccess, internetaccess_inflater_paszlib,
fastjsonscanner, htmlformutils, LazarusPackageIntf;
implementation
procedure Register;
begin
end;
initialization
RegisterPackage('internettools', @Register);
end.