2
0
pierre 26 жил өмнө
parent
commit
53165d530c
1 өөрчлөгдсөн 5 нэмэгдсэн , 2 устгасан
  1. 5 2
      compiler/win_targ.pas

+ 5 - 2
compiler/win_targ.pas

@@ -155,7 +155,7 @@ unit win_targ;
       begin
          { that IS wrong for DRV files
          hs:=SplitName(module); }
-         hs:=DDLName(module);
+         hs:=DllName(module);
          { search for the module }
          hp1:=pimportlist(current_module^.imports^.first);
          while assigned(hp1) do
@@ -710,7 +710,10 @@ unit win_targ;
 end.
 {
   $Log$
-  Revision 1.22  1999-04-07 14:04:40  pierre
+  Revision 1.23  1999-04-07 14:18:32  pierre
+   * typo correction
+
+  Revision 1.22  1999/04/07 14:04:40  pierre
     * adds .dll as library suffix only if
       the name does not end with .dll .drv or .exe !