summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorAlexander Nozdrin <alik@sun.com>2009-11-06 18:33:37 +0300
committerAlexander Nozdrin <alik@sun.com>2009-11-06 18:33:37 +0300
commitae71ffc1c88f2e37320dee98824e6d437a083604 (patch)
tree13d35c66e140ae34f3bbd8c48933628bafc99684 /extra
parente6d79c2bc99e302a31fc0bbc885e8c6407092eba (diff)
parent7b7f01499a6c5569f58484326a8a4cbb976096ae (diff)
downloadmariadb-git-ae71ffc1c88f2e37320dee98824e6d437a083604.tar.gz
Auto-merge from mysql-trunk-merge.
Diffstat (limited to 'extra')
-rw-r--r--extra/yassl/taocrypt/src/random.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/yassl/taocrypt/src/random.cpp b/extra/yassl/taocrypt/src/random.cpp
index 89fd5f7c7bc..2bbc0a85e8b 100644
--- a/extra/yassl/taocrypt/src/random.cpp
+++ b/extra/yassl/taocrypt/src/random.cpp
@@ -27,7 +27,6 @@
#include <time.h>
#if defined(_WIN32)
- #define _WIN32_WINNT 0x0400
#include <windows.h>
#include <wincrypt.h>
#else