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

@ -28,7 +28,9 @@
#endif #endif
#ifdef BOOST_REGEX_HAS_MS_STACK_GUARD #ifdef BOOST_REGEX_HAS_MS_STACK_GUARD
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#define NOMINMAX #ifndef NOMINMAX
# define NOMINMAX
#endif
#define NOGDI #define NOGDI
#define NOUSER #define NOUSER
#include <windows.h> #include <windows.h>

View File

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

View File

@ -24,7 +24,9 @@
#include <boost/regex/pattern_except.hpp> #include <boost/regex/pattern_except.hpp>
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#define NOMINMAX #ifndef NOMINMAX
# define NOMINMAX
#endif
#define NOGDI #define NOGDI
#include <windows.h> #include <windows.h>