Skip to content

Commit aed9aa1

Browse files
author
Nisha Gopalakrishnan
committed
BUG#19351573: BUILDING WITH VISUAL STUDIO 2013 GIVES
"UNRESOLVED EXTERNAL" ERRORS Backport of patch for bug#18709121.
1 parent 3aa9354 commit aed9aa1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

win/create_def_file.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ function ScrubSymbol(symbol)
169169
function IsCompilerDefinedSymbol(symbol)
170170
{
171171
return ((symbol.indexOf("__real@") != -1) ||
172+
(symbol.indexOf("__xmm@") != -1) || // SSE instruction set constants
172173
(symbol.indexOf("_CTA2?") != -1) || // std::bad_alloc
173174
(symbol.indexOf("_CTA3?") != -1) || // std::length_error
174175
(symbol.indexOf("_TI2?") != -1) || // std::bad_alloc

0 commit comments

Comments
 (0)