FpDebug: fix compile 32bit linux

This commit is contained in:
Martin 2024-07-25 20:54:00 +02:00
parent be343003c0
commit a16aac7aa5

View File

@ -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;