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
#ifdef BOOST_REGEX_HAS_MS_STACK_GUARD
#define WIN32_LEAN_AND_MEAN
#define NOMINMAX
#ifndef NOMINMAX
# define NOMINMAX
#endif
#define NOGDI
#define NOUSER
#include <windows.h>