I would like to set OR condition in #ifdef directive.?
I tried:
#ifdef LINUX | ANDROID ... .. #endif
It did not work? What is the proper way?
Like this
#if defined(LINUX) || defined(ANDROID)