SyntaxFix
Write A Post
Hire A Developer
Questions
#if defined(CONDITION1) || defined(CONDITION2)
should work. :)
#ifdef is a bit less typing, but doesn't work well with more complex conditions
#ifdef