On 18/05/2016 at 05:49, xxxxxxxx wrote:
User Information:
Cinema 4D Version: r15-r17
Platform: Windows ; Mac ;
Language(s) : C++ ;
---------
Is there a list with preprocessor directives / options?
I like to distinct between mac and pc.
For example:
#if MAC
#include "mac.h"
#else
_<_o:p_>_#include "pc.h"
#endif