Author: tkreuzer
Date: Sun Nov 17 22:31:15 2013
New Revision: 61027
URL:
http://svn.reactos.org/svn/reactos?rev=61027&view=rev
Log:
[SPEC2DEF]
Fix MSVC build as well
Modified:
trunk/reactos/tools/spec2def/spec2def.c
Modified: trunk/reactos/tools/spec2def/spec2def.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/spec2def/spec2def.c?…
==============================================================================
--- trunk/reactos/tools/spec2def/spec2def.c [iso-8859-1] (original)
+++ trunk/reactos/tools/spec2def/spec2def.c [iso-8859-1] Sun Nov 17 22:31:15 2013
@@ -427,8 +427,8 @@
/* Check if this is a forwarded export */
if (pexp->strTarget.buf)
{
+ int fIsExternal = !!ScanToken(pexp->strTarget.buf, '.');
DbgPrint("Got redirect '%.*s'\n", pexp->strTarget.len,
pexp->strTarget.buf);
- int fIsExternal = !!ScanToken(pexp->strTarget.buf, '.');
/* print the target name, don't decorate if it is external */
fprintf(fileDest, "=");