<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Help->About LibreOffice dialog does not specify whether 32 or 64 bit is installed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124936#c9">Comment # 9</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Help->About LibreOffice dialog does not specify whether 32 or 64 bit is installed"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124936">bug 124936</a>
              from <span class="vcard"><a class="email" href="mailto:plokklop@vivaldi.net" title="MM <plokklop@vivaldi.net>"> <span class="fn">MM</span></a>
</span></b>
        <pre>Why not change it to :

#ifdef _WIN64
  sVersion += " (x64)";
#elif _WIN32
  sVersion += " (x86)";
#endif

That sets it for windows and leaves linux / mac builds alone.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>