mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 06:12:10 +02:00
Disable all Win32 API usage on Windows runtime for now, but see also: https://github.com/boostorg/regex/pull/22 for a possible more compete solution.
This commit is contained in:
@ -149,7 +149,7 @@
|
|||||||
/* disable our own file-iterators and mapfiles if we can't
|
/* disable our own file-iterators and mapfiles if we can't
|
||||||
* support them: */
|
* support them: */
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
# if defined(BOOST_REGEX_NO_W32) || BOOST_PLAT_WINDOWS_STORE
|
# if defined(BOOST_REGEX_NO_W32) || BOOST_PLAT_WINDOWS_RUNTIME
|
||||||
# define BOOST_REGEX_NO_FILEITER
|
# define BOOST_REGEX_NO_FILEITER
|
||||||
# endif
|
# endif
|
||||||
#else // defined(_WIN32)
|
#else // defined(_WIN32)
|
||||||
|
Reference in New Issue
Block a user