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} {$IFDEF WINDOWS}
Windows, JwaTlHelp32, registry, Windows, JwaTlHelp32, registry,
{$ELSE} {$ELSE}
ExtCtrls, FileUtil, LazFileUtils, ExtCtrls, FileUtil,
{$ENDIF} {$ENDIF}
{$IFNDEF CEBUILD} {$IFNDEF CEBUILD}
forms, forms,
{$ENDIF} {$ENDIF}
process, asyncprocess, ghashmap, ghashset, LCLIntf, strutils; LazFileUtils, process, asyncprocess, ghashmap, ghashset, LCLIntf, strutils;
const const
exeExt = {$IFDEF WINDOWS} '.exe' {$ELSE} '' {$ENDIF}; exeExt = {$IFDEF WINDOWS} '.exe' {$ELSE} '' {$ENDIF};