Skip to content
Snippets Groups Projects
Verified Commit cdd2fe0f 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 21969d74
No related branches found
No related tags found
1 merge request!678Bug 41759: Rebase Base Browser to 115 (Beta 5)
......@@ -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 register or to comment