* On Mon, 14 Nov 2005, Jakob Eriksson wrote:
> * Saulius Krasuckas wrote:
> > * On Mon, 14 Nov 2005, Jakob Eriksson wrote:
> > >
> > > The recommended thing to do is check for something that can hint of
> > > bad things to happen.
> >
> > (GetVersion() < 0x8000) gives 0 both under Win98 SE a
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.
Ye