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

@ -184,7 +184,7 @@ function ReplaceAllStr(const Str, SearchFor, ReplaceWith: string;
implementation
uses
SysUtils, Types, //LazFileUtils,
SysUtils, Types,
JvJCLUtils, JvThemes;
function ReplaceAllStr(const Str, SearchFor, ReplaceWith: string;

View File

@ -32,7 +32,6 @@ interface
uses
LCLIntf, LCLType, LMessages, Types,
// Windows, Messages,
Graphics, Controls, Forms, ImgList, Menus, Buttons,
ExtCtrls, SysUtils, Classes, Contnrs, Themes;