Merge branch 'Jamaika1-master-patch-47839' into 'master'
Change ULARGE_INTEGER to LARGE_INTEGER See merge request libtiff/libtiff!170
This commit is contained in:
commit
0f013e5b5a
@ -155,7 +155,7 @@ _tiffCloseProc(thandle_t fd)
|
|||||||
static uint64
|
static uint64
|
||||||
_tiffSizeProc(thandle_t fd)
|
_tiffSizeProc(thandle_t fd)
|
||||||
{
|
{
|
||||||
ULARGE_INTEGER m;
|
LARGE_INTEGER m;
|
||||||
if (GetFileSizeEx(fd,&m))
|
if (GetFileSizeEx(fd,&m))
|
||||||
return(m.QuadPart);
|
return(m.QuadPart);
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user