* objfpc mode is required

This commit is contained in:
peter 2002-09-05 14:55:56 +00:00
parent f5a4b06b8a
commit 6da33d2524

View File

@ -1,4 +1,5 @@
{ %VERSION=1.1 }
{$ifdef fpc}{$mode objfpc}{$endif}
type
to2 = interface
function bufwrite(eat : boolean = true) : integer;stdcall;