mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-30 00:11:31 +01: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
|
{ 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user