fpc/tests/webtbs/tw14992b.pp

13 lines
138 B
ObjectPascal

{ %target=win32,wince,win64 }
{ %opt=-gh }
{ %needlibrary }
{ %norun }
library dll2;
uses
popuperr;
begin
IsMultiThread:=True;
end.