Skip to content

gallium/hud: Fixes compile error in hud/hud_context.c:

Yonggang Luo requested to merge lygstate/mesa:hud-win32-fixes into main

../../src/gallium/auxiliary/hud/hud_context.c:1017:1: error: static declaration of 'access' follows non-static declaration These error will shown when any header #include <io.h>

@brianp @jenatali @bhenden

Signed-off-by: Yonggang Luo luoyonggang@gmail.com

Merge request reports