Hello everyone,
I'd like to do conditional compilation depending on the package version :
I'd like to do
#ifdef __IPC_1_24_03_32
...
#elif __IPC_1_22_03_23
...
How do I get the IPC package version automatically ?
Is it defined somewhere ?
Thank you
CM