Changeset 463 for branches/highdpi/Packages/Common/ApplicationInfo.pas
- Timestamp:
- Nov 29, 2023, 2:35:44 PM (12 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/highdpi/Packages/Common/ApplicationInfo.pas
r462 r463 1 unit UApplicationInfo; 2 3 {$mode delphi} 1 unit ApplicationInfo; 4 2 5 3 interface 6 4 7 5 uses 8 UDpiControls, SysUtils, Classes, Forms, URegistry, Controls, Graphics, LCLType;6 UDpiControls, SysUtils, Classes, Forms, RegistryEx, Controls, Graphics, LCLType; 9 7 10 8 type … … 59 57 procedure Register; 60 58 59 61 60 implementation 62 61
Note:
See TracChangeset
for help on using the changeset viewer.