From 401b735c4fb3f53774ff0293bdebf647881c9801 Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Fri, 11 Nov 2016 19:39:42 +0100 Subject: [PATCH] upstream fix, windows build broken --- src/ce_common.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ce_common.pas b/src/ce_common.pas index 3fb660e8..a7e8907b 100644 --- a/src/ce_common.pas +++ b/src/ce_common.pas @@ -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};