Marcus Meissner <[EMAIL PROTECTED]> writes: > Changelog: > Numbers without prefix are int (32bit signed). If you > want long long (64bit signed), append LL.
LL is not portable, this needs to be done with casts. -- Alexandre Julliard [EMAIL PROTECTED]
