Dr. Stephen Henson a4cc3c8041 Avoid Windows 8 Getversion deprecated errors.
Windows 8 SDKs complain that GetVersion() is deprecated.

We only use GetVersion like this:

	(GetVersion() < 0x80000000)

which checks if the Windows version is NT based. Use a macro check_winnt()
which uses GetVersion() on older SDK versions and true otherwise.
2014-02-25 13:40:33 +00:00
..
2011-12-02 12:25:03 +00:00
2002-02-28 10:51:56 +00:00
2010-06-12 14:13:23 +00:00
2011-12-27 14:40:21 +00:00
2009-05-06 10:28:37 +00:00
2012-04-16 17:35:30 +00:00
2013-10-07 12:45:26 +01:00
2013-10-07 12:45:26 +01:00
2013-11-01 21:41:52 +00:00
2013-01-19 21:23:13 +01:00
2010-12-11 14:53:14 +00:00
2009-03-07 17:00:23 +00:00
2000-09-09 18:05:27 +00:00
2010-03-27 23:28:09 +00:00