Dr. Stephen Henson 0f9bcf3319 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.
(cherry picked from commit a4cc3c8041104896d51ae12ef7b678c31808ce52)
2014-02-25 13:41:53 +00:00
..
2011-12-02 12:24:48 +00:00
2002-02-28 10:51:56 +00:00
2011-12-27 14:37:43 +00:00
2013-10-07 12:44:40 +01:00
2013-10-07 12:44:40 +01:00
2014-02-01 22:48:56 +01:00
2014-02-01 22:48:56 +01:00
2009-03-07 17:00:23 +00:00
2000-09-09 18:05:27 +00:00
2010-03-27 23:28:23 +00:00
2006-02-12 23:21:56 +00:00