mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 23:44:00 +02:00
move TmSchema to implementation (will it fix anything?)
git-svn-id: trunk@12578 -
This commit is contained in:
parent
e22b210485
commit
d7545c1a27
@ -6,7 +6,7 @@ interface
|
||||
|
||||
uses
|
||||
// os
|
||||
Windows, Win32UxTheme, Win32Proc, Win32Extra, TmSchema,
|
||||
Windows, Win32UxTheme, Win32Proc, Win32Extra,
|
||||
// rtl
|
||||
Classes, SysUtils,
|
||||
// lcl
|
||||
@ -56,6 +56,9 @@ type
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
TmSchema;
|
||||
|
||||
const
|
||||
|
||||
ThemeDataNames: array[TThemedElement] of PWideChar = (
|
||||
|
Loading…
Reference in New Issue
Block a user