mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +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
|
||||
} EG_IMAGE;
|
||||
|
||||
#ifdef _cplusplus
|
||||
#ifdef __cplusplus
|
||||
class EG_RECT {
|
||||
public:
|
||||
INTN XPos;
|
||||
|
Loading…
Reference in New Issue
Block a user