diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-11-06 18:33:37 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-11-06 18:33:37 +0300 |
commit | f56223598ed9092f5fed6a95d80736cfdd5570db (patch) | |
tree | 13d35c66e140ae34f3bbd8c48933628bafc99684 /extra | |
parent | db6334d49e4e3036f27b1b09ce0d6b779430199a (diff) | |
parent | 273f9b633c9487107f51cfc668e4aa0067e41e8d (diff) | |
download | mariadb-git-f56223598ed9092f5fed6a95d80736cfdd5570db.tar.gz |
Auto-merge from mysql-trunk-merge.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/yassl/taocrypt/src/random.cpp | 1 |
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 |