Skip to content

Commit ded6e6c

Browse files
committed
UCRT compatibility
1 parent 659b326 commit ded6e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tbb/build/windows.gcc.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ CPLUS_FLAGS += -DUSE_WINTHREAD
9999
CPLUS_FLAGS += -D_WIN32_WINNT=$(_WIN32_WINNT)
100100

101101
# MinGW specific
102-
CPLUS_FLAGS += -DMINGW_HAS_SECURE_API=1 -D__MSVCRT_VERSION__=0x0700 -msse -mthreads
102+
CPLUS_FLAGS += -DMINGW_HAS_SECURE_API=1 -msse -mthreads
103103

104104
# CONLY = gcc
105105
debugger = gdb

0 commit comments

Comments
 (0)