Win64 updates.

committer: mfx <mfx> 1060086924 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2003-08-05 12:35:24 +00:00
parent 5125f4d4ac
commit 9e154e33c3
10 changed files with 114 additions and 13 deletions
-1
View File
@@ -1018,7 +1018,6 @@ void upx_sanity_check(void)
COMPILE_TIME_ASSERT(sizeof(int) == 4)
COMPILE_TIME_ASSERT(sizeof(long) >= 4)
COMPILE_TIME_ASSERT(sizeof(void *) >= 4)
COMPILE_TIME_ASSERT(sizeof(long) >= sizeof(void *))
COMPILE_TIME_ASSERT(sizeof(off_t) >= sizeof(long))
COMPILE_TIME_ASSERT(((off_t) -1) < 0)