Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return os name "win64" on Win x64 #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kbernhagen
Copy link
Contributor

This is assuming all servers can handle both "win32" and "win64".

@kbernhagen kbernhagen force-pushed the os-name-win64-for-win-x64 branch from 3c27639 to 7479687 Compare December 29, 2023 07:44
@jcoffland
Copy link
Member

Let's hold off on this for now. There's a high probability it will break something. I'd like to get the alpha out first.

@kbernhagen kbernhagen force-pushed the os-name-win64-for-win-x64 branch from 7479687 to b1732b0 Compare December 30, 2023 20:53
@jcoffland jcoffland force-pushed the master branch 3 times, most recently from e88d016 to 4a2ed73 Compare January 12, 2024 22:23
@jcoffland jcoffland force-pushed the master branch 4 times, most recently from b719a0c to e23825b Compare May 13, 2024 13:34
@jcoffland jcoffland force-pushed the master branch 8 times, most recently from 4a29589 to 99ae953 Compare July 12, 2024 13:25
const char *WinOSImpl::getName() const {
#ifdef _WIN64
return "win64";
#else
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

win32 isn't the only other option; this ignores 16 and ARM. It'd probably be simpler to just return win64 instead, since it's only compiled for 64bit computers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants