diff options
author | Magnus Blåudd <magnus.blaudd@sun.com> | 2009-10-06 18:10:34 +0200 |
---|---|---|
committer | Magnus Blåudd <magnus.blaudd@sun.com> | 2009-10-06 18:10:34 +0200 |
commit | 6ff8f716c3cfae2e9e54ff71a06b16da89d94b03 (patch) | |
tree | fa96e82bc596b49f4e572158c91aac894dccdee3 /extra | |
parent | 10d1a0daa58f5c2d3a64a0eac9d161f2997a8e70 (diff) | |
download | mariadb-git-6ff8f716c3cfae2e9e54ff71a06b16da89d94b03.tar.gz |
Bug#47867 compiler warning _WIN32_WINNT macro redefinition
- Remove the conflicting macro definitions since we define a higher value
directly in the cmake files.
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 |