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:
Clownacy 2020-01-22 23:50:27 +00:00
parent 867af9f090
commit f687c5f68b

View file

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