mirror of https://gitlab.com/basile.b/dexed.git
upstream fix, windows build broken
This commit is contained in:
parent
95efa5461a
commit
401b735c4f
|
@ -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};
|
||||||
|
|
Loading…
Reference in New Issue