Ver Fonte

* objfpc mode is required

peter há 23 anos atrás
pai
commit
6da33d2524
1 ficheiros alterados com 1 adições e 0 exclusões
  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;