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

Win32 x64?! #80

Open
Galbi3000 opened this issue Jun 26, 2022 · 2 comments
Open

Win32 x64?! #80

Galbi3000 opened this issue Jun 26, 2022 · 2 comments

Comments

@Galbi3000
Copy link

A minor issue as it's still understandable what you mean but perhaps instead of 'Win32' to refer to Windows just use 'Windows'? Then it would make sense when you refer to the 64-bit and 32-bit versions.

Also, you should use 32-bit and 64-bit for x86 and x64 respectively as x86/64 are used specifically for Intel processors not the OS bit width. Though they are increasingly used in Linux to denote 32/64 bits which I think is wrong. I believe they should now just use 32 or 64 instead of x86, x64, AMD, or AMD64 as they can get confusing for new Linux users who do not do programming. Just my opinion there! lol

@GWRon
Copy link
Contributor

GWRon commented Jun 26, 2022 via email

@Galbi3000
Copy link
Author

Galbi3000 commented Jun 26, 2022

Win32 is used by Windows for 32 and 64 bit... Win32 api.

Sorry, I realise I forgot to mention that I was referring to the documentation, not the source.

I might note that the Win32 API should not be needed for a 64-bit program. If it is then it's not fully 64-bit but a hybrid which could break if Microsoft decided to retire Win32 like they did with Win16 (also known as NTVDM and "Windows on Windows". Microsoft's use of WoW as an acronym predated Blizzard's! 😏) after Windows XP.

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

No branches or pull requests

2 participants