Dr. Stephen Henson caf55bfacf 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:42:25 +00:00
..
2005-05-17 00:08:28 +00:00
2012-04-16 17:43:15 +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
2012-03-06 13:47:27 +00:00
2013-11-01 22:44:06 +00: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
2014-01-06 13:33:27 +00:00