Bleepin' Windows uses LLP64, not LP64

This commit is contained in:
DRC
2010-02-26 23:01:19 +00:00
parent 689114d5ef
commit 0298a12bd8
10 changed files with 29 additions and 27 deletions

View File

@@ -77,8 +77,8 @@ jdiv_round_up (long a, long b)
}
GLOBAL(long)
jround_up (long a, long b)
GLOBAL(size_t)
jround_up (size_t a, size_t b)
/* Compute a rounded up to next multiple of b, ie, ceil(a/b)*b */
/* Assumes a >= 0, b > 0 */
{