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/pattern_except.hpp>
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#ifndef NOMINMAX
# define NOMINMAX
#endif
#define NOGDI
#include <windows.h>