When building on 32-bit platforms, WIN32 is defined by the compiler. What is the equivalent on 64 bit platforms?
I've got code that builds on several platforms and on Windows 64 bit, it goes into the Linux section because WIN32 is not defined. I've tried the visual studio help but I don't know what keyword will tell me the predefined stuff for the different platforms.
I've got code that builds on several platforms and on Windows 64 bit, it goes into the Linux section because WIN32 is not defined. I've tried the visual studio help but I don't know what keyword will tell me the predefined stuff for the different platforms.