mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
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.