summaryrefslogtreecommitdiff
path: root/config-custom.h
Commit message (Collapse)AuthorAgeFilesLines
* configure: Force #undef of 'near' and 'far' on WindowsNeil Roberts2011-06-141-0/+35
This adds an extra header that gets included from config.h where we can add configuration defines. This is used to #undef 'near' and 'far' when building for Windows so that we don't have to avoid using them as variable names in the Cogl code.