I\'d like to wrap a property in a preprocessor, but I\'m not sure how. I have this code:
#if PROD_BUILD # define PROPERTIES_ON 0 #else # define PROPERTIES_ON 1 #e