Module: wine Branch: master Commit: 26f89d84e257d19787e8941198f09af0e2332923 URL: https://gitlab.winehq.org/wine/wine/-/commit/26f89d84e257d19787e8941198f09af...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue Jan 31 17:29:02 2023 +0100
include: Consistenly use _size to name the size of a sub-block.
We were using either _size or _len depending on which one.
Signed-off-by: Eric Pouech eric.pouech@gmail.com
---
dlls/dbghelp/msc.c | 18 +++++++------- include/wine/mscvpdb.h | 12 +++++----- tools/winedump/pdb.c | 64 +++++++++++++++++++++++++------------------------- 3 files changed, 47 insertions(+), 47 deletions(-)