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

Programmer Humor

19171 readers
1453 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 7 months ago (1 children)

Strange argument... how does that prevent checks versus Windows 7, 8 and 1* all of which would be less than 9.

[–] [email protected] 5 points 7 months ago (1 children)

Because it checks if the version starts with the string "Windows 9*", not wether the number is less than 9.

[–] [email protected] 2 points 7 months ago

This is a myth - code that checks the version number uses the internal version number, which is 4.0 for Windows 95.