Selaa lähdekoodia

* aprocdef instead of aktprocdef must be used

florian 22 vuotta sitten
vanhempi
commit
098caf591c
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      compiler/systems/t_win32.pas

+ 5 - 2
compiler/systems/t_win32.pas

@@ -149,7 +149,7 @@ const
          NN  : longint;
       begin
          { force the current mangledname }
-         aktprocdef.has_mangledname:=true;
+         aprocdef.has_mangledname:=true;
          { append extension if required }
          GetDefExt(NN,PP);
          hs:=DllName(module,NN,PP);
@@ -1628,7 +1628,10 @@ initialization
 end.
 {
   $Log$
-  Revision 1.14  2003-04-27 07:29:52  peter
+  Revision 1.15  2003-04-27 09:14:48  florian
+    * aprocdef instead of aktprocdef must be used
+
+  Revision 1.14  2003/04/27 07:29:52  peter
     * aktprocdef cleanup, aktprocdef is now always nil when parsing
       a new procdef declaration
     * aktprocsym removed