mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 21:07:58 +02:00
* Fix executable name import
git-svn-id: trunk@17790 -
This commit is contained in:
parent
3818ae0db2
commit
0555757247
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user