You've already forked lazarus-ccr
jvcl: Fix compilation on non-Windows OS (unit uxThemes not needed), issue #33476
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6265 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -32,9 +32,7 @@ unit JvMarkupLabel;
|
||||
interface
|
||||
|
||||
uses
|
||||
//Messages,
|
||||
Graphics, Controls,
|
||||
SysUtils, Classes,
|
||||
Graphics, Controls, SysUtils, Classes,
|
||||
JvMarkupCommon;
|
||||
|
||||
type
|
||||
|
Reference in New Issue
Block a user