1bc73c4a75
Microsoft defines an RGB() macro that at one point was compatible with our version (returning a packed integer containing 8-bit red, green and blue channels), but is no longer, and the incompatibility led to an awkward situation in w32main.cpp where we had to restore Microsoft's form of the macro in order for the commctrl.h header to compile. By renaming the macro to RGBi()---analogous to the RGBf() macro we already define---we avoid the hassle entirely. |
||
---|---|---|
ac-aux | ||
exposed | ||
extlib | ||
src | ||
tools | ||
.gitattributes | ||
COPYING.txt | ||
Makefile.am | ||
Makefile.msvc | ||
autogen.sh | ||
configure.ac | ||
wishlist.txt |