(D3D) uniquely name header guard name for d3d_font.h

This commit is contained in:
twinaphex 2014-09-12 02:45:13 +02:00
parent de5301da33
commit e05b505032

View File

@ -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"