`GetCLRPath()` and `InternalEnumerateCLRs()` accept `pid` as `DWORD`
authorAndrey Okoshkin <a.okoshkin@samsung.com>
Mon, 5 Feb 2018 09:18:43 +0000 (12:18 +0300)
committerAndrey Okoshkin <a.okoshkin@samsung.com>
Mon, 5 Feb 2018 09:18:43 +0000 (12:18 +0300)
commit017f134ffed14ac41e5bfd5ff943469719e4317b
tree50207291a4dcf87947375c5322cef517e30f5e8f
parent9ec3df1f3e75af09f40710ca815f3df421cec69a
`GetCLRPath()` and `InternalEnumerateCLRs()` accept `pid` as `DWORD`

because underlying dbgshim API handles PID as `DWORD`.
src/debug/netcoredbg/manageddebugger.cpp