Use DISK_GEOMETRY_EX instead of plain DISK_GEOMETRY so that the disk size is returned...
authorCarl Hetherington <cth@carlh.net>
Sun, 12 Apr 2020 21:18:16 +0000 (23:18 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 12 Apr 2020 22:17:02 +0000 (00:17 +0200)
commit798b411232d2585aa46fbc9312b86faa72c89f52
treebb3ebc9009a25d8fe251d14c0ff30b79b9cbea8d
parent10f7a6720fe6e3f6717620c144f412b46de3024d
Use DISK_GEOMETRY_EX instead of plain DISK_GEOMETRY so that the disk size is returned explicitly.

I'm not sure if this fixes any bugs but it makes the code cleaner.
blockdev/windows/file_windows.c