include: Use stream to denote MSF stream/file.
commit9a74d2b62f372dbfa07d54e838aa6597b4cabeb6
authorEric Pouech <eric.pouech@gmail.com>
Tue, 31 Jan 2023 16:29:04 +0000 (31 17:29 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 31 Jan 2023 21:29:07 +0000 (31 22:29 +0100)
tree25569219ce8d5b805cce3a9830915dec2bc7cc26
parent26f89d84e257d19787e8941198f09af0e2332923
include: Use stream to denote MSF stream/file.

Try to apply consistent naming:
- file refers to (PDB) file
- stream refers to a stream/file inside the PDB stream at MSF level
(we were also using file for the later, which isn't very simple to
follow).

Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
dlls/dbghelp/msc.c
include/wine/mscvpdb.h
tools/winedump/pdb.c