fix identifier violation

This commit is contained in:
idea4good
2019-02-02 11:30:40 +08:00
parent 7c24c78575
commit b4ceabfc92
24 changed files with 95 additions and 95 deletions

View File

@@ -1,5 +1,5 @@
#ifndef _DISPLAY_H_
#define _DISPLAY_H_
#ifndef DISPLAY_H
#define DISPLAY_H
#define SURFACE_CNT_MAX 6//root + pages
@@ -29,4 +29,4 @@ private:
c_surface* m_surface_group[SURFACE_CNT_MAX];
unsigned int m_surface_cnt;
};
#endif
#endif