mirror of
https://github.com/boostorg/regex.git
synced 2025-07-20 07:42:07 +02:00
Don't redefine macros.
Fixes https://github.com/boostorg/regex/issues/127
This commit is contained in:
@ -29,8 +29,12 @@
|
|||||||
#include <boost/regex/v5/primary_transform.hpp>
|
#include <boost/regex/v5/primary_transform.hpp>
|
||||||
#include <boost/regex/v5/object_cache.hpp>
|
#include <boost/regex/v5/object_cache.hpp>
|
||||||
|
|
||||||
|
#ifndef VC_EXTRALEAN
|
||||||
# define VC_EXTRALEAN
|
# define VC_EXTRALEAN
|
||||||
|
#endif
|
||||||
|
#ifndef WIN32_LEAN_AND_MEAN
|
||||||
# define WIN32_LEAN_AND_MEAN
|
# define WIN32_LEAN_AND_MEAN
|
||||||
|
#endif
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(UNDER_CE)
|
#if defined(_MSC_VER) && !defined(_WIN32_WCE) && !defined(UNDER_CE)
|
||||||
|
Reference in New Issue
Block a user