I'm currently working on a project in C and I have an issue with my #defines. When I'm defining a negative number (for example, #define MIN_W_RANGE -2147483648) the compiler doesn't recognise the minus sign. I've attached a screenshot of the debug that shows my defines and the values that the compiler recognises.
I have also tried to put the number in brackets, but that also hasn't worked.
What am I doing wrong???
Thanks :)