2
0
Эх сурвалжийг харах

* aprocdef instead of aktprocdef must be used

florian 22 жил өмнө
parent
commit
098caf591c

+ 5 - 2
compiler/systems/t_win32.pas

@@ -149,7 +149,7 @@ const
          NN  : longint;
          NN  : longint;
       begin
       begin
          { force the current mangledname }
          { force the current mangledname }
-         aktprocdef.has_mangledname:=true;
+         aprocdef.has_mangledname:=true;
          { append extension if required }
          { append extension if required }
          GetDefExt(NN,PP);
          GetDefExt(NN,PP);
          hs:=DllName(module,NN,PP);
          hs:=DllName(module,NN,PP);
@@ -1628,7 +1628,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $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
     * aktprocdef cleanup, aktprocdef is now always nil when parsing
       a new procdef declaration
       a new procdef declaration
     * aktprocsym removed
     * aktprocsym removed