* win32 def

This commit is contained in:
peter 1999-05-31 21:59:20 +00:00
parent 7e20c439eb
commit 49969afbc5

View File

@ -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.