caf55bfacf
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
|
||
---|---|---|
.. | ||
.cvsignore | ||
Makefile | ||
md_rand.c | ||
rand.h | ||
rand_egd.c | ||
rand_err.c | ||
rand_lcl.h | ||
rand_lib.c | ||
rand_nw.c | ||
rand_os2.c | ||
rand_unix.c | ||
rand_vms.c | ||
rand_win.c | ||
randfile.c | ||
randtest.c |