mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 15:47:53 +02:00
Add unit specifiers for tlsdirectory fields: they need to be PUInt from globtype unit
This commit is contained in:
parent
ffdb789a49
commit
ff673eadac
@ -566,8 +566,8 @@ implementation
|
||||
|
||||
{ This is defined in rtl/win/sysos.inc source }
|
||||
tlsdirectory=packed record
|
||||
data_start, data_end : PUInt;
|
||||
index_pointer, callbacks_pointer : PUInt;
|
||||
data_start, data_end : globtype.PUInt;
|
||||
index_pointer, callbacks_pointer : globtype.PUInt;
|
||||
zero_fill_size : dword;
|
||||
flags : dword;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user