On Friday 06 March 2026 10:09:32 Kirill Makurin wrote:
> > There is. There are only 3 version types: Win32s, Win9x and WinNT.
> > If you want to distinguish Win9x from others (Win32s and WinNT) you just
> > need to check for Win32s and WinNT.
> 
> This is not what I meant. I meant ability to distinguish which particular 
> Win9x system the code is running on.
> 
> By reading Microsoft's documentation, I have the impression that major (4) 
> and minor (?) version bytes are the same for all of Windows 95/98/Me. Or does 
> "minor version" byte is different on these three?

Yes, sure. Every OS version has its well-known number.
Win95 is 4.0, Win98 is 4.10 and WinMe is 4.90.
So it is needed to took both major and minor versions.


_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to