Mingwin Warning suppression.

[SVN r33403]
This commit is contained in:
John Maddock
2006-03-20 10:36:12 +00:00
parent f847503cc4
commit f86bd2f3f9
3 changed files with 9 additions and 3 deletions

View File

@ -24,7 +24,9 @@
#include <boost/regex/pending/static_mutex.hpp>
#if defined(BOOST_HAS_WINTHREADS)
#define NOMINMAX
#ifndef NOMINMAX
# define NOMINMAX
#endif
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <boost/static_assert.hpp>