From a16aac7aa5c8e4e5e9ac0d35c57b11bf0d9ecfd3 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 25 Jul 2024 20:54:00 +0200 Subject: [PATCH] FpDebug: fix compile 32bit linux --- components/fpdebug/fpdbgwinextra.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/fpdebug/fpdbgwinextra.pp b/components/fpdebug/fpdbgwinextra.pp index 7e0ec27bc8..c95c178170 100644 --- a/components/fpdebug/fpdbgwinextra.pp +++ b/components/fpdebug/fpdbgwinextra.pp @@ -132,6 +132,9 @@ type PWOW64_CONTEXT = ^WOW64_CONTEXT; {$ifdef cpui386} +{$ifNdef windows} + _FLOATING_SAVE_AREA = WOW64_FLOATING_SAVE_AREA; // just define it, on non-windows it is not used +{$endif} TCONTEXT = record ContextFlags : DWORD; Dr0 : DWORD;