浏览代码

* win32 prefix is I64

peter 22 年之前
父节点
当前提交
b6289a09d7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/test/cg/tprintf.pp

+ 1 - 1
tests/test/cg/tprintf.pp

@@ -11,7 +11,7 @@ uses
 procedure printf(const formatstr : pchar; const args : array of const);cdecl; external name 'printf';
 procedure sprintf(p : pchar;const formatstr : pchar; const args : array of const);cdecl; external name 'sprintf';
 const
-  int64prefix='q';
+  int64prefix='I64';
 {$else}
 {$linklib c}
 procedure printf(const formatstr : pchar; const args : array of const);cdecl; external;