* win32 prefix is I64

This commit is contained in:
peter 2003-05-16 14:58:56 +00:00
parent abca40f041
commit b6289a09d7

View File

@ -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;