On Tue, Oct 26, 2021 at 07:37:07AM +0100, Huw Davies wrote:
This conflicts with a system typedef on macOS brought in by including sys/sysctl.h in commit 2c1b8153630.
Signed-off-by: Huw Davies huw@codeweavers.com
tools/wmc/mcl.c | 14 +++++++------- tools/wmc/mcy.y | 16 ++++++++-------- tools/wmc/wmc.h | 4 ++-- tools/wmc/wmctypes.h | 4 ++-- tools/wmc/write.c | 6 +++--- 5 files changed, 22 insertions(+), 22 deletions(-)
On second thoughts, I'll remove all of the other typedefs as well.
Huw.