reactos/drivers/storage
Hermès Bélusca-Maïto 2d6bbdc6ed
[PARTMGR] Fix x64 build warning
warning C4267: 'function': conversion from 'size_t' to 'ULONG', possible loss of data'

The OutputBufferLength member that was temporarily stored in
outBufferLength is already a ULONG, and IssueSyncIoControlRequest()
takes the length as a ULONG. So there is no need to use 'size_t' here.
2024-06-12 12:14:45 +02:00
..
class
floppy
ide
mountmgr
partmgr [PARTMGR] Fix x64 build warning 2024-06-12 12:14:45 +02:00
port
CMakeLists.txt