Dr. Stephen Henson 910b3a81fd 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:43:04 +00:00
..
2011-05-25 15:06:05 +00:00
2011-03-25 16:21:39 +00:00
2006-04-28 00:30:49 +00:00
2009-10-15 17:27:47 +00:00
2007-03-23 17:04:05 +00:00
2012-11-21 14:01:55 +00:00
2010-04-06 11:18:32 +00:00
2014-02-14 22:36:04 +00:00
2008-05-26 11:24:29 +00:00
2008-12-20 17:04:40 +00:00
2010-03-01 14:22:02 +00:00
2010-12-02 18:26:12 +00:00
2008-11-05 18:39:08 +00:00
2012-12-23 18:19:47 +00:00
2012-01-04 16:52:53 +00:00
2011-03-13 18:20:14 +00:00
2008-11-05 18:39:08 +00:00
2010-11-11 14:42:19 +00:00
2005-08-23 13:48:17 +00:00
2006-05-17 12:29:16 +00:00
2009-06-30 15:08:38 +00:00
2009-06-30 15:08:38 +00:00
2014-02-14 22:36:05 +00:00
2010-04-06 11:18:32 +00:00
2009-09-04 17:42:06 +00:00
2012-11-20 00:29:09 +00:00
2012-11-20 00:29:09 +00:00
2005-04-05 19:11:19 +00:00
2011-03-10 18:27:56 +00:00
2009-01-07 23:44:27 +00:00
2000-03-12 23:27:14 +00:00
2005-04-26 16:02:40 +00:00
2009-09-07 17:57:02 +00:00