This commit is contained in:
Sergey Isakov 2020-03-11 08:55:35 +03:00
commit 2e598c0046

View File

@ -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;