Skip to content

Commit eb729f6

Browse files
committed
Disable all Win32 API usage on Windows runtime for now, but see also: #22 for a possible more compete solution.
1 parent aa6495a commit eb729f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/regex/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
/* disable our own file-iterators and mapfiles if we can't
150150
* support them: */
151151
#if defined(_WIN32)
152-
# if defined(BOOST_REGEX_NO_W32) || BOOST_PLAT_WINDOWS_STORE
152+
# if defined(BOOST_REGEX_NO_W32) || BOOST_PLAT_WINDOWS_RUNTIME
153153
# define BOOST_REGEX_NO_FILEITER
154154
# endif
155155
#else // defined(_WIN32)

0 commit comments

Comments
 (0)