* On Mon, 14 Nov 2005, Saulius Krasuckas wrote:
- On Mon, 14 Nov 2005, Jakob Eriksson wrote:
- Saulius Krasuckas wrote:
isNT should be set by testing real behaviour of API, not by using GetVersion().
The recommended thing to do is check for something that can hint of bad things to happen.
Yes, plus that something and GetVersion() doesn't hint that:
^^^^^^^^^^^^^^^^^^^ (Throw that away, that's leftover from edited but unfinished statement. Sorry)
(GetVersion() < 0x80000000) gives 0 both under Win98 SE and WinME. Test crashes under Win98SE but it doesn't under WinME. I am sure, the versions of crypt32.dll on both boxes are different.