编译为 x64 的 C/CLI 项目中定义的 _WIN64 在哪里?
它似乎会自动添加到我创建并针对 x64 进行编译的每个项目中,但在选择 x64 配置时,它甚至不会出现在项目的配置属性/(C/C++)/预处理器中。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
_WIN64 由 Visual Studio 自动定义。 请参阅预定义宏列表。
_WIN64 is automatically defined by Visual Studio. See the list of Predefined Macros.