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
..
2008-06-04 11:01:43 +00:00
2013-12-10 12:52:27 +00:00
2013-09-22 18:25:58 +01:00
2013-09-22 18:25:58 +01:00
2009-04-22 16:21:20 +00:00
2011-12-19 17:02:35 +00:00
2013-09-22 18:25:58 +01:00