Skip to content
Snippets Groups Projects
Verified Commit 1da421fe authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 41459: WebRTC fails to build under mingw (Part 4)

Define _CRT_RAND_S as a compiler flag, to avoid problems due to unified
sources.
parent ee0544d9
Branches
No related tags found
1 merge request!641Bug 41759: Rebase Base Browser to 115 Nightly
......@@ -56,3 +56,5 @@ if CONFIG['OS_TARGET'] in ('Linux', 'Android'):
DEFINES['_GNU_SOURCE'] = 1
elif CONFIG['OS_TARGET'] == 'Darwin':
DEFINES['__APPLE_USE_RFC_2292'] = 1
elif CONFIG['OS_TARGET'] == 'WINNT':
DEFINES['_CRT_RAND_S'] = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment