* Fix executable name import

git-svn-id: trunk@17790 -
This commit is contained in:
pierre 2011-06-22 07:40:24 +00:00
parent 3818ae0db2
commit 0555757247

View File

@ -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