浏览代码

* objfpc mode is required

peter 23 年之前
父节点
当前提交
6da33d2524
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/tbs/tb0396.pp

+ 1 - 0
tests/tbs/tb0396.pp

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