JPDev@programming.dev to Programmer Humor@programming.dev · 2 年前dotnet developerprogramming.devimagemessage-square126linkfedilinkarrow-up11.63Karrow-down111
arrow-up11.62Karrow-down1imagedotnet developerprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 2 年前message-square126linkfedilink
minus-squareanti-idpol action@programming.devlinkfedilinkarrow-up14·2 年前They’ll cut corners the more the shittier APIs and ABIs you provide
minus-squaredan@upvote.aulinkfedilinkarrow-up2·edit-22 年前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.
They’ll cut corners the more the shittier APIs and ABIs you provide
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.