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