Add unit specifiers for tlsdirectory fields: they need to be PUInt from globtype unit

This commit is contained in:
Pierre Muller 2023-08-11 08:38:43 +00:00
parent ffdb789a49
commit ff673eadac

View File

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