mirror of
https://github.com/boostorg/regex.git
synced 2025-07-05 16:46:31 +02:00
Mingwin Warning suppression.
[SVN r33403]
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user