瀏覽代碼

* test for win64 fixed

git-svn-id: trunk@6919 -
florian 18 年之前
父節點
當前提交
c127753bb8
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/tbs/tb0281.pp

+ 1 - 1
tests/tbs/tb0281.pp

@@ -1,7 +1,7 @@
 { Old file: tbs0333.pp }
 {  }
 
-{$if not(defined(CPUI386)) and not(defined(CPUX86_64))}
+{$if (not(defined(CPUI386)) and not(defined(CPUX86_64))) or defined(FPC_COMP_IS_INT64)}
   {$define COMP_IS_INT64}
 {$endif}