Merge pull request #4017 from sethjackson/rgb

[RFC] Windows: Undefine the Windows RGB macro
This commit is contained in:
Michael Reed 2016-01-14 22:58:31 -05:00
commit 65394777d5

View File

@ -17,6 +17,9 @@
#define USE_CRNL
// We have our own RGB macro in macros.h.
#undef RGB
#ifdef _MSC_VER
# ifndef inline
# define inline __inline