diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-01 12:50:24 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-05-01 12:50:24 +0200 |
| commit | 91fbaf05d24a89c3c77a8cbe7a26e27615b85e88 (patch) | |
| tree | 50ca16b00208824c14628ea5650d6476583a92dc /Private/NewKit | |
| parent | bf1629df18bbbbdb056f676d6c0b8c3a8119a8a2 (diff) | |
Fix bootloader include order.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/NewKit')
| -rw-r--r-- | Private/NewKit/Macros.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Private/NewKit/Macros.hpp b/Private/NewKit/Macros.hpp index c1d5547b..f2094c87 100644 --- a/Private/NewKit/Macros.hpp +++ b/Private/NewKit/Macros.hpp @@ -92,3 +92,7 @@ #define STRINGIFY(X) #X #define NEWOS_UNUSED(X) ((void)X) + +#ifndef RGB +#define RGB(R, G, B) (UInt32)(0x##R##G##B) +#endif // !RGB |
