Browse Source

* objfpc mode is required

peter 23 years ago
parent
commit
6da33d2524
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/tbs/tb0396.pp

+ 1 - 0
tests/tbs/tb0396.pp

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