microsoft / IIS.ServiceMonitor

An entrypoint process for running IIS in Windows containers
MIT License
127 stars 39 forks source link

conversion from 'size_t' to 'ULONG' #18

Closed shirhatti closed 6 years ago

shirhatti commented 6 years ago
src\ServiceMonitor\EtwListner.cpp(185,0): Warning C4267: '=': conversion from 'size_t' to 'ULONG', possible loss of data
bariscaglar commented 6 years ago

With Chiyuan's reversal, this issue is no longer observable.