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}
|
||||
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};
|
||||
|
|
Loading…
Reference in New Issue