Files
reactos/drivers
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
..
2022-05-08 19:42:49 +02:00
2024-06-12 12:14:45 +02:00
2024-03-23 23:08:01 +01:00