<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 1, 2014 at 1:47 PM, Martin Frb <span dir="ltr"><<a href="mailto:lazarus@mfriebe.de" target="_blank">lazarus@mfriebe.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF"><div class="">
    <div><br></div></div>
    Anyway, If it exists for 64 bits, should/can it be added to
    rtl\win\wininc\defines.inc same as it is for 32 bit?<div class=""><br></div></div></blockquote><div>Imho, no. At least not in "rtl" defines. </div><div><br></div><div>1) it's not part of originating Windows headers (if these are used as part of RTL definitions) - keep the base header as small as possible.</div>
<div>2) The flag itself is very debugging specific. Thus the declaration should go with either separate debugging package or more specific CPU definition header (not necessarily debugging related). </div><div><br></div><div>
The idea here is to be as "component" as possible, rather than put everything into a single ready for anything RTL (that would bloat it a lot).</div><div><br></div><div>thanks,</div><div>Dmitry</div></div></div>
</div>