Gmane
From: John Harman <john@...>
Subject: RE: Re: Windows Vista?
Newsgroups: gmane.comp.web.analog.general
Date: 2006-11-02 10:49:42 GMT (2 years, 34 weeks, 6 days, 7 hours and 29 minutes ago)
Paul,

I'm no 'C' programmer but I've just been looking through the source code and
I think that the only modifications to get it to pick up Windows Vista is in
the source code file "tree.c".
I've included a snippet below which appears to solve this problem for me
(you'll need to recompile it after making the changes needless to say).

line 874
	else if (*c =='6')	{
		*name = "Windows:Windows Vista";
	} else if (*c >= '7' && *c <= '9')
	  *name = "Windows:Unknown Windows";
	else
	  *name = "Windows:Windows NT";
      }

Hope this helps you.

Regards,

John Harman
- - - - - - - - - - - - - -
No warranty is given or implied and nothing in this email shall bind the
author or Infotex UK Ltd in any contract or obligation.

-----Original Message-----
From: analog-help-bounces@...
[mailto:analog-help-bounces@...]On Behalf Of Paul
Sent: 27 October 2006 19:27
To: analog-help@...
Subject: [analog-help] Re: Windows Vista?

Hi,

And, "Unknown Windows" for 64-bit Windows variants too?

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Scanned by MailDefender - managed email security from intY -
www.maildefender.net

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------