Bug 151018 - About dialog describes LibreOffice as x64 even if it is ARM version
Summary: About dialog describes LibreOffice as x64 even if it is ARM version
Status: RESOLVED DUPLICATE of bug 145857
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
7.5.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-17 08:38 UTC by himajin100000
Modified: 2022-10-24 16:22 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description himajin100000 2022-09-17 08:38:46 UTC
Description:
https://opengrok.libreoffice.org/xref/core/cui/source/dialogs/about.cxx?r=de37cabc#148

https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170

>_WIN64 Defined as 1 when the compilation target is 64-bit ARM or x64. Otherwise, undefined.



Steps to Reproduce:
1. use libreoffice arm version
2. check its version on about dialog

Actual Results:
x64

Expected Results:
arm64


Reproducible: Always


User Profile Reset: No



Additional Info:
N/A (Honestly, I didn't test this bug myself. just found a tweet.)
Comment 1 Roman Kuznetsov 2022-09-17 12:50:49 UTC
Let's close this as dupe of my bug 145857.

I think now (and developers and QA support the idea to show in About dialog the CPU architecture)

*** This bug has been marked as a duplicate of bug 145857 ***
Comment 2 Stephan Bergmann 2022-10-24 16:22:09 UTC
(see <https://git.libreoffice.org/core/+/76601f1e935ec7cebbfec26c988bf6f77c638052%5E%21> "Always include target CPU architecture in About dialog Version Information", which happens to fix this)