fix header guard & typo

This commit is contained in:
idea4good
2019-08-19 16:03:27 +08:00
parent c9bbae7292
commit 7016b1c420
26 changed files with 59 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
#ifndef MY_RESOURCE_H
#define MY_RESOURCE_H
#ifndef GUILITE_CORE_INCLUDE_THEME_H
#define GUILITE_CORE_INCLUDE_THEME_H
typedef struct struct_font_info FONT_INFO;
typedef struct struct_color_rect COLOR_RECT;