Index: C:/ROS/reactos/tools/spec2def/spec2def.c =================================================================== --- tools/spec2def/spec2def.c (revision 63983) +++ tools/spec2def/spec2def.c (working copy) @@ -803,13 +803,6 @@ { int i; - /* Truncate the name to before the @ */ - exp.strName.len = (int)(p - pc); - if (exp.strName.len < 1) - { - fprintf(stderr, "error, @ in line %d\n", nLine); - return -1; - } exp.nStackBytes = atoi(p + 1); exp.nArgCount = exp.nStackBytes / 4; exp.nCallingConvention = CC_STDCALL;