mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 04:16:06 +02:00
FpDebug: fix compile 32bit linux
This commit is contained in:
parent
be343003c0
commit
a16aac7aa5
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user