microsoft / wil

Windows Implementation Library
MIT License
2.57k stars 234 forks source link

Fix comments in filesystem.h #430

Closed marc2k3 closed 7 months ago

marc2k3 commented 7 months ago

Fixes return value comment for try_open_file.

Also, some missing braces on other structured bindings have been corrected.