[SPEC2DEF]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 10 May 2014 13:55:09 +0000 (13:55 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sat, 10 May 2014 13:55:09 +0000 (13:55 +0000)
commitfda4b225f85c2a517c956f5489d0d6962510d8ab
tree2a7f3bfbabf8941a37ea3acd74edf0574b70d22b
parent6c9afdb59049860a11fd0f0c23ba7aee70c84065
[SPEC2DEF]
Add support for adding aliases when exporting data by specifying the -withalias switch. This will cause MS LINK to generate _FooVar as an alias alias for _imp__FooVar. While this looks wrong and is not the way you usually handle data imports, this is what we have in the DDK for a number of data exports like KdDebuggerNotPresent, IoFileObjectType, ..., which we currently define in an incompatible way. Remove stdcall decorations on non-x86 builds

svn path=/trunk/; revision=63217
reactos/tools/spec2def/spec2def.c