this post was submitted on 07 Feb 2024
1596 points (99.3% liked)

Programmer Humor

20383 readers
2166 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] activ8r 8 points 1 year ago (1 children)

It makes sense why they did it, but their messed up versioning was the cause to begin with. You should always assume Devs will cut corners in inappropriate ways.

[–] [email protected] 15 points 1 year ago (1 children)

They'll cut corners the more the shittier APIs and ABIs you provide

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago)

The API is fine. It returns the internal version number (which is 4.0 for Windows 95), not a string. https://learn.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-osversioninfoexa. There's no built-in API that returns "Windows 95" as a string.