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