mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-22 22:51:40 +02:00
* win32 def
This commit is contained in:
parent
7e20c439eb
commit
49969afbc5
@ -1,4 +1,4 @@
|
|||||||
{ $OPT= -Twin32 }
|
{$ifdef win32}
|
||||||
library test;
|
library test;
|
||||||
|
|
||||||
procedure exporttest;export;
|
procedure exporttest;export;
|
||||||
@ -7,6 +7,7 @@ library test;
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
exports exporttest;
|
exports exporttest;
|
||||||
|
{$endif}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user