summaryrefslogtreecommitdiff
path: root/boost/regex/config.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/regex/config.hpp')
-rw-r--r--boost/regex/config.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/regex/config.hpp b/boost/regex/config.hpp
index 4fd1fd94a8..9dc48dc8ab 100644
--- a/boost/regex/config.hpp
+++ b/boost/regex/config.hpp
@@ -149,7 +149,7 @@
/* disable our own file-iterators and mapfiles if we can't
* support them: */
#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
# endif
#else // defined(_WIN32)