From 3c9904123b6e2a07dff025f5e92c82d18afdad58 Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 24 Feb 2007 04:22:34 +0200 Subject: Fixed windows compilation problems extra/yassl/taocrypt/mySTL/algorithm.hpp: max is defined on windows sql/sql_list.h: Fixed compiler warning on windows --- extra/yassl/taocrypt/mySTL/algorithm.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extra') diff --git a/extra/yassl/taocrypt/mySTL/algorithm.hpp b/extra/yassl/taocrypt/mySTL/algorithm.hpp index d8bc29a0bb9..f6a29cf4bdb 100644 --- a/extra/yassl/taocrypt/mySTL/algorithm.hpp +++ b/extra/yassl/taocrypt/mySTL/algorithm.hpp @@ -27,6 +27,8 @@ namespace mySTL { +#undef max +#undef min template inline const T& max(const T& a, const T&b) -- cgit v1.2.1