fix build under cygwin if FSCTL_GET_NTFS_VOLUME_DATA is not defined

edge.strict_endians
cha0smaster 2005-10-09 13:35:15 +00:00
parent 9e589a7bce
commit b1c1348d37
1 changed files with 1 additions and 1 deletions

View File

@ -414,8 +414,8 @@ static s64 ntfs_device_win32_getdisklength(HANDLE handle)
*/
static s64 ntfs_device_win32_getntfssize(HANDLE handle)
{
#ifdef FSCTL_GET_NTFS_VOLUME_DATA
s64 rvl;
#ifdef FSCTL_GET_NTFS_VOLUME_DATA
DWORD i;
NTFS_VOLUME_DATA_BUFFER buf;