Go to file
Daniel Richard G 1bc73c4a75 Renamed the RGB() macro to RGBi() to avoid collisions with Microsoft
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.
2013-12-02 04:27:34 -05:00
ac-aux Initial Autotools and FLTK support 2013-10-28 01:28:42 -04:00
exposed Overhauled the exposed/ Makefile for MSVC++ 2013-12-02 04:27:33 -05:00
extlib Updated the bundled LibPNG/zlib, and polished the MSVC makefile further 2013-11-13 00:33:23 -05:00
src Renamed the RGB() macro to RGBi() to avoid collisions with Microsoft 2013-12-02 04:27:34 -05:00
tools Use C99 integer types and C++ boolean types/values 2013-10-02 01:45:13 -04:00
.gitattributes Added a .gitattributes file 2013-11-19 18:17:55 -05:00
COPYING.txt Changes in preparation for the release of SolveSpace under the GPL, 2013-07-28 14:08:34 -08:00
Makefile.am Added the exposed/ library and demo program to the Autotools build 2013-12-02 04:27:33 -05:00
Makefile.msvc Improved handling of generated files 2013-11-20 01:25:48 -05:00
autogen.sh Initial Autotools and FLTK support 2013-10-28 01:28:42 -04:00
configure.ac Added the exposed/ library and demo program to the Autotools build 2013-12-02 04:27:33 -05:00
wishlist.txt Make oops() calls exit instead of entering debugger by default, 2011-03-05 12:52:57 -08:00