fpc/tests/webtbs/tw6822a.pp
yury c0e760ef3c * Do not use console I/O in DLL on wince.
git-svn-id: trunk@10747 -
2008-04-21 12:06:10 +00:00

13 lines
141 B
ObjectPascal

{ %norun }
library tw6822a;
{$mode objfpc}{$H+}
uses
uw6822a;
begin
{$ifndef wince}
writeln('hello from library');
{$endif wince}
end.