Fixed warnings on Linux where GCC under padantic complained ISO C casting wasn't...
[freeglut] / src / fg_callback_macros.h
2017-07-21 Rcmaniac25Fixed warnings on Linux where GCC under padantic compla...
2017-06-30 Rcmaniac25Removed "hack" macro set
2017-06-30 Rcmaniac25Moved as many callback setters as possible to macro...
2017-06-30 Rcmaniac25Fixed bug where, under c89 mode, callback macros wouldn...
2017-06-30 Rcmaniac25Added compiler feature detection for __VA_ARGS__ and...
2017-06-30 Rcmaniac25Implemented pre-C99 support for macro expansion for...
2017-06-30 Rcmaniac25Bug fix for GCC compiler usage
2017-06-30 Rcmaniac25Initial refactoring of callback macros to make sure...