Changeset 146 for trunk/Core.pas
- Timestamp:
- Dec 29, 2023, 11:44:26 PM (11 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.pas
r145 r146 1 unit UCore;1 unit Core; 2 2 3 3 interface … … 6 6 Classes, SysUtils, FileUtil, LResources, UHTTPServerCGI, UHTTPSessionMySQL, 7 7 UHTTPServer, USqlDatabase, INIFiles, DateUtils, UWebPage, UWebApp, 8 UXmlClasses, UHtmlClasses, U Utils, UApplicationInfo, UHTTPServerTCP,9 UHTTPSessionFile, U User, Registry, UModularSystem, UWebSession, LazUTF8;8 UXmlClasses, UHtmlClasses, Utils, UApplicationInfo, UHTTPServerTCP, 9 UHTTPSessionFile, User, Registry, UModularSystem, WebSession, LazUTF8; 10 10 11 11 const … … 191 191 initialization 192 192 193 {$I UCore.lrs}193 {$I Core.lrs} 194 194 195 195 end.
Note:
See TracChangeset
for help on using the changeset viewer.