mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2025-12-21 19:09:58 +08:00
fix identifier violation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _RECT_H
|
||||
#define _RECT_H
|
||||
#ifndef RECT_H
|
||||
#define RECT_H
|
||||
|
||||
#define ALIGN_HCENTER 0x00000000L
|
||||
#define ALIGN_LEFT 0x01000000L
|
||||
|
||||
Reference in New Issue
Block a user