浏览代码

* fixed other error

peter 26 年之前
父节点
当前提交
1e257b346b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/tbs0198.pp

+ 1 - 1
tests/tbs0198.pp

@@ -6,7 +6,7 @@ type
        function GetCaps : Longint;virtual;stdcall;abstract;
    end;
 
-function to1.GetCaps2 : Longint;
+function to1.GetCaps2 : Longint;stdcall;
 begin
 end;