mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(D3D) uniquely name header guard name for d3d_font.h
This commit is contained in:
parent
de5301da33
commit
e05b505032
@ -13,8 +13,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef GL_FONT_H__
|
||||
#define GL_FONT_H__
|
||||
#ifndef D3D_FONT_H__
|
||||
#define D3D_FONT_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "../../boolean.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user