Add the RGB macro to the windows.h wrapper
This commit is contained in:
parent
2f4eb464a5
commit
8798a7cc19
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#define RGB(r,g,b) ((r) | ((g) << 8) | ((b) << 16))
|
||||
|
||||
typedef bool BOOL;
|
||||
|
||||
#define FALSE false
|
||||
|
|
Loading…
Add table
Reference in a new issue