From daefb2a3ad0f5a81d6cef665ea51926f1f79d20a Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Wed, 11 Feb 2026 15:34:19 +0100 Subject: [PATCH] xwin: win.h: document purpose of NONAMELESSUNION Signed-off-by: Enrico Weigelt, metux IT consult --- hw/xwin/win.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/xwin/win.h b/hw/xwin/win.h index 9a2ca4f043..ab62f84205 100644 --- a/hw/xwin/win.h +++ b/hw/xwin/win.h @@ -120,6 +120,7 @@ #define WIN_MAX_KEYS_PER_KEY 4 +/* needed for windows headers compatibility with GCC */ #define NONAMELESSUNION #include