Hello,
I need a function to check for existing preprocessor symbols.
Something like
CHECK_C_PREPROCESSOR_SYMBOL_EXISTS("__i386__", X86)
CHECK_C_PREPROCESSOR_SYMBOL_EXISTS("__x86_64__", X64)
I guess a hack would be to (ab)use CHECK_TYPE_SIZE for this, but is the
a more elegant solution?
Thanks,
Gregor