Remove the RGB macro
This is a leftover part of the window.h emulator in that got moved to the portable branch
This commit is contained in:
parent
867af9f090
commit
f687c5f68b
1 changed files with 0 additions and 4 deletions
|
@ -2,10 +2,6 @@
|
||||||
|
|
||||||
#include "WindowsWrapper.h"
|
#include "WindowsWrapper.h"
|
||||||
|
|
||||||
#ifndef RGB
|
|
||||||
#define RGB(r,g,b) ((r) | ((g) << 8) | ((b) << 16))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern RECT grcGame;
|
extern RECT grcGame;
|
||||||
extern RECT grcFull;
|
extern RECT grcFull;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue