mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-25 16:37:42 +01:00
underscore forgotten in #ifdef __cplusplus
This commit is contained in:
parent
56ec675114
commit
9d0ad9966d
@ -174,7 +174,7 @@ typedef struct {
|
|||||||
BOOLEAN HasAlpha; //moved here to avoid alignment issue
|
BOOLEAN HasAlpha; //moved here to avoid alignment issue
|
||||||
} EG_IMAGE;
|
} EG_IMAGE;
|
||||||
|
|
||||||
#ifdef _cplusplus
|
#ifdef __cplusplus
|
||||||
class EG_RECT {
|
class EG_RECT {
|
||||||
public:
|
public:
|
||||||
INTN XPos;
|
INTN XPos;
|
||||||
|
Loading…
Reference in New Issue
Block a user