Explorar el Código

* objfpc mode is required

peter hace 23 años
padre
commit
6da33d2524
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;