Module: wine Branch: master Commit: da8d81c63ddb066ca37dcfe2c7d58b8372a2fa20 URL: https://gitlab.winehq.org/wine/wine/-/commit/da8d81c63ddb066ca37dcfe2c7d58b8...
Author: Elizabeth Figura zfigura@codeweavers.com Date: Mon Mar 25 17:18:21 2024 -0500
widl: Invert "declonly".
This makes the logic around it a bit simpler, and I find it easier to understand as well.
---
tools/widl/header.c | 58 +++++++++++++++++++++++++------------------------- tools/widl/header.h | 2 +- tools/widl/parser.y | 16 +++++++------- tools/widl/typegen.c | 8 +++---- tools/widl/widltypes.h | 8 +++++-- 5 files changed, 48 insertions(+), 44 deletions(-)