mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
13 lines
138 B
ObjectPascal
13 lines
138 B
ObjectPascal
{ %target=win32,wince,win64 }
|
|
{ %opt=-gh }
|
|
{ %needlibrary }
|
|
{ %norun }
|
|
library dll2;
|
|
|
|
uses
|
|
popuperr;
|
|
|
|
begin
|
|
IsMultiThread:=True;
|
|
end.
|