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
..
2014-02-14 22:35:15 +00:00
2014-02-24 13:50:38 +00:00
2013-10-01 14:51:04 +01:00
2013-01-15 16:24:07 +00:00
2014-02-15 01:29:24 +00:00
2011-02-03 12:03:57 +00:00
2012-07-03 20:20:11 +00:00
2013-06-18 11:07:24 +02:00
2013-12-01 23:09:44 +00:00
2013-12-01 23:09:44 +00:00
2013-12-01 23:09:44 +00:00
2013-01-20 01:10:03 +00:00
2013-01-15 16:24:07 +00:00
2009-12-09 15:00:20 +00:00
2013-01-13 21:06:36 +00:00
2013-10-07 12:44:40 +01:00
2014-01-29 17:57:32 +01:00
2013-09-18 15:10:22 +01:00
2013-01-15 16:24:07 +00:00
2013-01-13 21:06:36 +00:00
2013-12-01 23:09:44 +00:00
2009-02-19 09:42:51 +00:00
2012-06-03 22:03:37 +00:00
2014-02-25 13:04:21 +00:00
2011-08-12 12:31:08 +00:00
2013-02-06 13:56:12 +00:00
2011-10-21 13:04:27 +00:00
2011-06-21 16:58:10 +00:00
2006-10-23 07:41:05 +00:00
2013-11-12 21:53:39 +01:00
2013-10-13 19:24:22 +02:00
2007-06-23 18:47:51 +00:00
2009-04-16 17:22:51 +00:00
2012-06-03 22:03:37 +00:00
2014-02-01 22:48:56 +01:00
2013-08-19 21:55:07 +01:00
2013-08-19 21:55:07 +01:00
2014-02-24 13:52:51 +00:00
2013-10-01 14:01:18 +01:00
2013-05-20 00:16:18 +02:00
2013-05-20 00:16:18 +02:00
2003-11-28 13:10:58 +00:00