- Don't prepend fastcall forward's target with @. Fixes binding issues in videoprt...
[reactos.git] / reactos / tools / winebuild / ros_diff.patch
index 07d9b13..7247ac1 100644 (file)
@@ -282,7 +282,7 @@ Index: spec32.c
              if (!kill_at && target_cpu == CPU_x86) output( "@%d", at_param );
              if  (odp->flags & FLAG_FORWARD)
              {
-@@ -825,6 +883,51 @@
+@@ -825,6 +883,50 @@
              }
              break;
          }
@@ -296,7 +296,6 @@ Index: spec32.c
 +            if  (odp->flags & FLAG_FORWARD)
 +            {
 +                output( "=" );
-+                if (!kill_at) output( "@" );
 +                output( "%s", odp->link_name );
 +            }
 +            else if (strcmp(name, odp->link_name)) /* try to reduce output */