fpc/tests/packages/webtbs/tw3820.pp
florian cb5e8fc609 + tests/packages
* tw3920.pp moved

git-svn-id: trunk@565 -
2005-07-02 16:15:07 +00:00

14 lines
281 B
ObjectPascal

{ %target=win32}
{ Source provided for Free Pascal Bug Report 3820 }
{ Submitted by "Matthias Hryniszak" on 2005-03-24 }
{ e-mail: matthias@hryniszak.de }
program Test;
uses
ActiveX;
begin
// the following imports are missing:
OleInitialize(nil);
OleUninitialize;
end.