mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 05:59:28 +02:00
* Restrict test to Windows OS
git-svn-id: trunk@17778 -
This commit is contained in:
parent
18f5b6c2a6
commit
ede0a5a929
@ -1,18 +1,8 @@
|
||||
{ %skiptarget=go32v2 }
|
||||
{ %target=win32,win64,wince }
|
||||
{ %needlibrary }
|
||||
{$goto on}
|
||||
|
||||
|
||||
{ Checks that the two functions with the same exported name 'p'
|
||||
are each loaded correctly. }
|
||||
uses
|
||||
{$ifdef unix}dl,{$endif unix}sysutils;
|
||||
|
||||
{$ifdef darwin}
|
||||
{$linklib tlib1a}
|
||||
{$linklib tlib1a2}
|
||||
{$endif darwin}
|
||||
|
||||
procedure p(var a : dword);external 'tlib1a' name 'p';
|
||||
procedure p2(var a : dword);external 'tlib1a2' name 'p';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user