Eric Pouech : include: Use stream to denote MSF stream/file.
Module: wine Branch: master Commit: 9a74d2b62f372dbfa07d54e838aa6597b4cabeb6 URL: https://gitlab.winehq.org/wine/wine/-/commit/9a74d2b62f372dbfa07d54e838aa659... Author: Eric Pouech <eric.pouech(a)gmail.com> Date: Tue Jan 31 17:29:04 2023 +0100 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(a)gmail.com> --- dlls/dbghelp/msc.c | 142 +++++++++++++++--------------- include/wine/mscvpdb.h | 69 ++++++++------- tools/winedump/pdb.c | 230 ++++++++++++++++++++++++------------------------- 3 files changed, 220 insertions(+), 221 deletions(-)
participants (1)
-
Alexandre Julliard