Cygwin: path: Convert type of variable 'remlen' to DWORD.
commit0dad577b4b487104075e921f2d2fa456f5930ff3
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 14 Mar 2022 11:32:53 +0000 (14 20:32 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 14 Mar 2022 12:56:03 +0000 (14 21:56 +0900)
tree0b91b78b4e02ae16f8bb5e332ea791c231342a00
parent7df94e3b4ff3335d21cd3069d3f73818cd44dd74
Cygwin: path: Convert type of variable 'remlen' to DWORD.

- Variable remlen stores the return value of QueryDosDeviceW(), so
  it is better to be DWORD.
winsup/cygwin/path.cc