Browse Source

* Fix executable name import

git-svn-id: trunk@17790 -
pierre 14 years ago
parent
commit
0555757247
1 changed files with 1 additions and 1 deletions
  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
 { This library cannot be called from any other program
   as it loads EXE exported symbols }
   as it loads EXE exported symbols }
 
 
-procedure TestExeProc; external 'tdllexe.exe' name 'TestExeProc';
+procedure TestExeProc; external 'ttdllexe.exe' name 'TestExeProc';
 
 
 
 
 var
 var