JPDev@programming.devcake to Programmer Humor@programming.dev · 2 years agodotnet developerprogramming.devimagemessage-square126linkfedilinkarrow-up11.62Karrow-down111
arrow-up11.61Karrow-down1imagedotnet developerprogramming.devJPDev@programming.devcake to Programmer Humor@programming.dev · 2 years agomessage-square126linkfedilink
minus-squaredan@upvote.aulinkfedilinkarrow-up2·edit-22 years agoThe 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.
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.