VirtualBox

Changeset 76385 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Dec 23, 2018 1:01:58 AM (6 years ago)
Author:
vboxsync
Message:

DrvHostBase-win.cpp,iprt/nt/nt.h: Use nt-and-windows.h and add FILE_FS_SIZE_INFORMATION to nt.h, then we don't have to carry all those stupid+outdated header workarounds with us.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nt/nt.h

    r75878 r76385  
    15621562
    15631563#ifdef IPRT_NT_USE_WINTERNL
     1564typedef struct _FILE_FS_SIZE_INFORMATION
     1565{
     1566    LARGE_INTEGER   TotalAllocationUnits;
     1567    LARGE_INTEGER   AvailableAllocationUnits;
     1568    ULONG           SectorsPerAllocationUnit;
     1569    ULONG           BytesPerSector;
     1570} FILE_FS_SIZE_INFORMATION;
     1571typedef FILE_FS_SIZE_INFORMATION *PFILE_FS_SIZE_INFORMATION;
     1572
    15641573typedef enum _FSINFOCLASS
    15651574{
    15661575    FileFsVolumeInformation = 1,
    15671576    FileFsLabelInformation,
    1568     FileFsSizeInformation,
     1577    FileFsSizeInformation,          /**< FILE_FS_SIZE_INFORMATION */
    15691578    FileFsDeviceInformation,
    15701579    FileFsAttributeInformation,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette