mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-25 12:51:00 +00:00
st/xlib: Use more appropriate include guard
Signed-off-by: Michał Janiszewski <janisozaur+signed@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com
This commit is contained in:
parent
bcc613acc1
commit
0ef50ecc69
@ -53,8 +53,8 @@ and create a window, you must do the following to use the X/Mesa interface:
|
||||
|
||||
|
||||
|
||||
#ifndef XMESA_H
|
||||
#define XMESA_H
|
||||
#ifndef XM_API_H
|
||||
#define XM_API_H
|
||||
|
||||
|
||||
#include "main/mtypes.h" /* for gl_config */
|
||||
|
Loading…
x
Reference in New Issue
Block a user