/* ---------------------------------------------------------------------------- * Macros to help with conditional includes * ---------------------------------------------------------------------------- * Copyright (c) 2012 Ben Blazak * Released under The MIT License (MIT) (see "license.md") * Project located at * ------------------------------------------------------------------------- */ #undef INCLUDE #define STR(s) #s // stringify #define EXP_STR(s) STR(s) // expand -> stringify