Explorar o código

* Fix executable name import

git-svn-id: trunk@17790 -
pierre %!s(int64=14) %!d(string=hai) anos
pai
achega
0555757247
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test/library/testdll2.pp

+ 1 - 1
tests/test/library/testdll2.pp

@@ -14,7 +14,7 @@ library testdll2;
 { This library cannot be called from any other program
   as it loads EXE exported symbols }
 
-procedure TestExeProc; external 'tdllexe.exe' name 'TestExeProc';
+procedure TestExeProc; external 'ttdllexe.exe' name 'TestExeProc';
 
 
 var