From a8c53137b063835c6571f10a8c6b56adb2f7b5fe Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Mon, 7 Nov 2011 06:18:58 +0000 Subject: [PATCH] Fixes compilation git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2113 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/fpbrowser/mainform.pas | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/applications/fpbrowser/mainform.pas b/applications/fpbrowser/mainform.pas index 30c7ee38b..eac22ff3f 100644 --- a/applications/fpbrowser/mainform.pas +++ b/applications/fpbrowser/mainform.pas @@ -6,13 +6,15 @@ interface uses // RTL SysUtils, Classes, fpimage, + {$IFDEF MSWINDOWS} ShellAPI, {$ELSE} Unix, {$ENDIF} // LCL LclIntf, LMessages, LclType, LResources, Graphics, Controls, Forms, Dialogs, ExtCtrls, Menus, StdCtrls, Clipbrd, - PrintersDlgs, buttons, customdrawnextras, customdrawncontrols, - ComCtrls, - {$IFDEF MSWINDOWS} ShellAPI, {$ELSE} Unix, {$ENDIF} + PrintersDlgs, buttons, ComCtrls, + // Custom Drawn + customdrawnextras, customdrawncontrols, customdrawndrawers, customdrawn_kde, + // HTMLabt, pageloader, browserviewer, browsermodules;