aboutsummaryrefslogtreecommitdiffstats
path: root/random.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-01 11:42:41 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-01 11:42:41 +0000
commit80e8c988e13156dbceaf05471e84bf387ef1b225 (patch)
tree8748b4dcf70ea9bc57075f6bfde76f830107a487 /random.c
parent489de66ac1e450ea5a134219f7a9ea74ccea4c56 (diff)
downloadruby-80e8c988e13156dbceaf05471e84bf387ef1b225.tar.gz
* cont.c, hash.c, random.c, win32/win32.c: cleanup some Win9x/ME/NT4
support leftovers. [fix GH-1328] patched by @cremno git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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