aboutsummaryrefslogtreecommitdiffstats
path: root/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'random.c')
-rw-r--r--random.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/random.c b/random.c
index 7796d3456a..06c66ca721 100644
--- a/random.c
+++ b/random.c
@@ -84,11 +84,6 @@ The original copyright notice follows.
#endif
#ifdef _WIN32
-# if !defined(_WIN32_WINNT) || _WIN32_WINNT < 0x0400
-# undef _WIN32_WINNT
-# define _WIN32_WINNT 0x400
-# undef __WINCRYPT_H__
-# endif
#include <windows.h>
#include <wincrypt.h>
#endif