Explorar o código

* win32 prefix is I64

peter %!s(int64=22) %!d(string=hai) anos
pai
achega
b6289a09d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;