mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 668137 - Followup. Actually display vsize on Windows. r=khuey
This commit is contained in:
parent
444453be47
commit
d118338822
@ -141,7 +141,7 @@ static PRInt64 GetVsize()
|
||||
if (!success)
|
||||
return -1;
|
||||
|
||||
return s.ullTotalPhys - s.ullAvailPhys;
|
||||
return s.ullTotalVirtual - s.ullAvailVirtual;
|
||||
}
|
||||
|
||||
#if MOZ_WINSDK_TARGETVER >= MOZ_NTDDI_LONGHORN
|
||||
|
Loading…
Reference in New Issue
Block a user