<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 19.04.2018 20:30, Dmitry Boyarintsev
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAMpTZrdcrrynEu_6=t41w016TJTu=wxm0ZLY6iRwnpMVaf6zwQ@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">On Thu, Mar 22, 2018 at 11:14 AM,
            Ondrej Pokorny <span dir="ltr"><<a
                href="mailto:lazarus@kluug.net" target="_blank"
                moz-do-not-send="true">lazarus@kluug.net</a>></span>
            wrote:<br>
            <blockquote class="gmail_quote" style="margin:0px 0px 0px
              0.8ex;border-left:1px solid
              rgb(204,204,204);padding-left:1ex">Can somebody apply the
              patch at<br>
              <br>
              <a href="https://bugs.freepascal.org/view.php?id=33124"
                rel="noreferrer" target="_blank" moz-do-not-send="true">https://bugs.freepascal.org/vi<wbr>ew.php?id=33124</a><br>
              <br>
              it's nothing serious, only a missing Cocoa header
              definition.<br>
            </blockquote>
            <div><br>
            </div>
            <div>It's better, if you declare those methods as an
              objccategory inĀ cocoa_extra.pas</div>
            <div>In that case there would be no requirements regarding a
              certain FPC and/or headers version for LCL to compile.<br>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Good. I added the missing header definition to LCL in r57240. Could
    you please review the revision and eventually fix it, if needed?<br>
    <br>
    <blockquote type="cite"
cite="mid:CAMpTZrdcrrynEu_6=t41w016TJTu=wxm0ZLY6iRwnpMVaf6zwQ@mail.gmail.com">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">
            <div>Also, please check if a class supports those methods
              before calling them.</div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    How is it done?<br>
    <br>
    Ondrej<br>
  </body>
</html>