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;