[Libreoffice-bugs] [Bug 124936] Help->About LibreOffice dialog does not specify whether 32 or 64 bit is installed

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Apr 28 18:09:24 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=124936

--- Comment #9 from MM <plokklop at vivaldi.net> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190428/1e81a0f1/attachment-0001.html>


More information about the Libreoffice-bugs mailing list