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:
wp_xxyyzz
2018-03-23 08:46:50 +00:00
parent c3a0621532
commit 244eca2cc8
6 changed files with 9 additions and 20 deletions

View File

@ -32,9 +32,7 @@ unit JvMarkupLabel;
interface
uses
//Messages,
Graphics, Controls,
SysUtils, Classes,
Graphics, Controls, SysUtils, Classes,
JvMarkupCommon;
type