fix: win: fix the last warns

This commit is contained in:
Stéphane Lesimple
2021-01-22 21:59:34 +01:00
parent 9916ce74bc
commit fef782b246
4 changed files with 5 additions and 5 deletions

View File

@@ -46,7 +46,7 @@
/* The original windows ftruncate has off_size (32bit) */
int large_ftruncate(int fd, gint64 size)
{ gint32 handle;
{ intptr_t handle;
if((handle=_get_osfhandle(fd)) == -1)
return -1;