From 332b8da78874ed04c575b020ba6676119a24c46e Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 1 Oct 2019 11:01:06 +0000 Subject: [PATCH] Fix Win64 target debugging git-svn-id: trunk@43102 - --- packages/fcl-extra/src/daemonapp.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/fcl-extra/src/daemonapp.pp b/packages/fcl-extra/src/daemonapp.pp index cb55c41cc1..52491bbdb2 100644 --- a/packages/fcl-extra/src/daemonapp.pp +++ b/packages/fcl-extra/src/daemonapp.pp @@ -450,7 +450,7 @@ Var Procedure StartLog; begin -{$ifdef win32} +{$if defined(win32) or defined(win64)} Assign(FL,'c:\service.log'); {$else} Assign(FL,'/tmp/service.log');