mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
Merge pull request #4017 from sethjackson/rgb
[RFC] Windows: Undefine the Windows RGB macro
This commit is contained in:
commit
65394777d5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user