[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.dsdp.mtj] Re: Boolean clauses in preprocessor directives

I think i found a workaround.


//#if (DEFINED_VALUE) && (DEFINED_VALUE == 2) //#else //#endif


The code above seems to work. Is that the correct way of doing it?