mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 12:41:00 +00:00
Fix header guard conflict
This commit is contained in:
parent
ab30663b37
commit
7bac622bf3
@ -19,8 +19,8 @@
|
||||
//
|
||||
//
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
#define __CONFIG_H
|
||||
#ifndef __CONFIG_DEF_H
|
||||
#define __CONFIG_DEF_H
|
||||
|
||||
#include <GL/glfw.h>
|
||||
#include <stdbool.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user