Question

It seems to be added automagically in every project I create and I compile for x64 but it doesn't even appear in the project's Configuration Properties/(C/C++)/Preprocessor when selecting the x64 configuration.

Was it helpful?

Solution

_WIN64 is automatically defined by Visual Studio. See the list of Predefined Macros.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top