summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMagnus Blåudd <magnus.blaudd@sun.com>2009-10-06 18:10:34 +0200
committerMagnus Blåudd <magnus.blaudd@sun.com>2009-10-06 18:10:34 +0200
commit9665f134e3b472adc99692839c7038c270973d8c (patch)
treefa96e82bc596b49f4e572158c91aac894dccdee3 /extra
parent618d79808abfab3b6b23d40d424f7d3aa91be64c (diff)
downloadmariadb-git-9665f134e3b472adc99692839c7038c270973d8c.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.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