mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
[sys] Use tailless INT64_C macro
I guess I missed the non-internal version when searching for it before.
This commit is contained in:
parent
1cb35b1fe3
commit
aee31a8be5
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ Sys_LongTime (void)
|
|||
VISIBLE int64_t
|
||||
Sys_TimeBase (void)
|
||||
{
|
||||
return __INT64_C (4294967296000000);
|
||||
return INT64_C (4294967296000000);
|
||||
}
|
||||
|
||||
VISIBLE double
|
||||
|
|
Loading…
Reference in a new issue