upstream fix, windows build broken

This commit is contained in:
Basile Burg 2016-11-11 19:39:42 +01:00
parent 95efa5461a
commit 401b735c4f
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ uses
{$IFDEF WINDOWS}
Windows, JwaTlHelp32, registry,
{$ELSE}
ExtCtrls, FileUtil, LazFileUtils,
ExtCtrls, FileUtil,
{$ENDIF}
{$IFNDEF CEBUILD}
forms,
{$ENDIF}
process, asyncprocess, ghashmap, ghashset, LCLIntf, strutils;
LazFileUtils, process, asyncprocess, ghashmap, ghashset, LCLIntf, strutils;
const
exeExt = {$IFDEF WINDOWS} '.exe' {$ELSE} '' {$ENDIF};