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
..
2014-01-06 13:33:27 +00:00
2013-12-10 12:54:55 +00:00
2013-09-22 18:24:12 +01:00
2013-09-22 18:24:12 +01:00
2009-04-22 16:21:20 +00:00
2011-12-19 17:02:35 +00:00
2013-09-22 18:24:12 +01:00
2012-06-08 09:18:47 +00:00