<div dir="ltr"><div dir="ltr">On Mon, Jun 24, 2019 at 12:41 AM Michael Van Canneyt <<a href="mailto:michael@freepascal.org">michael@freepascal.org</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
If you want to get rid of warnings, define it as<br>
LOGPALETTE = record<br>
    palVersion : WORD;<br>
    palNumEntries : WORD;<br>
    palPalEntry : array[0..(MAXINT div sizeof(PALETTEENTRY)] of PALETTEENTRY;<br>
end;<br></blockquote><div><br></div><div>Wouldn't that explicitly make the LOGPALETTE type unavoidably gigantic, though?</div></div></div>