<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Am 28.07.2023 um 11:37 schrieb Michael
      Van Canneyt via lazarus:<br>
    </div>
    <blockquote type="cite"
      cite="mid:alpine.DEB.2.22.394.2307281128140.2043943@home">
      I updated my lazarus today, and the following fails:
      <br>
      <br>
      procedure TLazCanvas.Polygon(const Points: array of TPoint;
      Winding: Boolean);
      <br>
      begin
      <br>
        PolygonNonZeroWindingRule := Winding;
      <br>
        inherited Polygon(Points);
      <br>
      end;
      <br>
      <br>
      it does not know PolygonNonZeroWindingRule.
      <br>
      <br>
      I removed that line, and all compiles, but I suppose this is not
      the correct
      <br>
      fix ?
      <br>
    </blockquote>
    Last time there was a complaint about this I checked all
    combinations I have access to, and it was working. You are talking
    of Laz/main? In combination with which FPC? And on which OS? Did you
    try a <b>clean </b>rebuild of the Lazarus IDE?<br>
  </body>
</html>