fpc/tests/webtbs/tw36544b.pp
marco 73d3bed3d1 # revisions: 43901
git-svn-id: branches/fixes_3_2@43940 -
2020-01-14 10:36:43 +00:00

19 lines
390 B
ObjectPascal

{ %target=win32,win64,wince }
{ %needlibrary }
{ %result=-1073741502 }
{ ToDo: check whether the exit code is the same for the following targets: darwin,linux,freebsd,solaris,beos,aix,android,haiku }
{$mode objfpc}
uses
sysutils;
{$ifndef windows}
{$linklib tw36544a}
{$endif}
procedure library_procedure; external {$ifdef windows}'tw36544a'{$endif};
begin
library_procedure;
end.