Hello,
I am on SlickEdit 2011 (v16.0.3.0) and I am noticing an issue with #defines and inactive code.
Here is a sample of what I am seeing

The part I am curious about is how come the defines for DEFINE_FALSE and DEFINE_TRUE don't work as intended? I am only able to see inactive code if i explicitly use #if 0, #if 1, #if TRUE, #if FALSE. I am not seeing same results if using defined values.