[SPEC2DEF]

Fix MSVC build as well

svn path=/trunk/; revision=61027
This commit is contained in:
Timo Kreuzer 2013-11-17 22:31:15 +00:00
parent 7a6fccdcf6
commit 0ab87a8b5e

View file

@ -427,8 +427,8 @@ OutputLine_def_GCC(FILE *fileDest, EXPORT *pexp)
/* Check if this is a forwarded export */
if (pexp->strTarget.buf)
{
DbgPrint("Got redirect '%.*s'\n", pexp->strTarget.len, pexp->strTarget.buf);
int fIsExternal = !!ScanToken(pexp->strTarget.buf, '.');
DbgPrint("Got redirect '%.*s'\n", pexp->strTarget.len, pexp->strTarget.buf);
/* print the target name, don't decorate if it is external */
fprintf(fileDest, "=");