Dr. Stephen Henson a4cc3c8041 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.
2014-02-25 13:40:33 +00:00
..
2014-01-12 14:13:48 +00:00
2009-04-23 16:32:42 +00:00
2011-12-19 17:01:37 +00:00
2012-01-15 13:39:10 +00:00