]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fixed a large number of WIN64 type conversion warnings.
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 29 May 2014 20:01:57 +0000 (20:01 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 29 May 2014 20:01:57 +0000 (20:01 +0000)
commitd090340b054029faddb432e2c66085e6e91abcf7
tree46f20d8ca1f15a7d6702647d840a253457635ab7
parent023e7bc50b3b132f1219a0ac2c57c297ea4d291d
Fixed a large number of WIN64 type conversion warnings.

Changed FS_Write to do multiple write calls if the size exceeds 1GB, this is to accommodate WIN64 where write() takes a UINT rather than size_t.  We have no use of such large writes at this time, so this is a mostly theoretical feature.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12081 d7cf8633-e32d-0410-b094-e92efae38249
36 files changed:
cap_avi.c
cap_ogg.c
cl_main.c
cl_parse.c
cl_screen.c
cmd.c
common.c
console.c
crypto.c
csprogs.c
dpsoftrast.c
fs.c
ft2.h
gl_backend.c
gl_rmain.c
gl_textures.c
glquake.h
host_cmd.c
jpeg.c
keys.c
libcurl.c
menu.c
model_brush.c
model_shared.c
model_shared.h
netconn.c
prvm_cmds.c
r_shadow.c
snd_main.c
snd_mem.c
sv_user.c
svvm_cmds.c
sys_linux.c
sys_sdl.c
utf8lib.c
vid_sdl.c