defined constant to identify Pelles?

Started by Harvey, June 23, 2019, 10:04:33 AM

Previous topic - Next topic

Harvey

I want to determine in my c code if it is being compiled by Pelles .... (and what else like 32bit or 64bit)
Something like:
#ifdef PELLESC
...
#endif

Thank you

TimoVJL

#1
__POCC__
__POCC_TARGET__

with compiler option /Ze:
_WIN64
May the source be with you