gpt4 book ai didi

c++ - 什么是 RpcNdr.h

转载 作者:IT老高 更新时间:2023-10-28 22:41:41 27 4
gpt4 key购买 nike

微软在哪里逃脱了

#define small char

您不能只是在语言中添加保留字,然后悄悄地将它们包含在平台 SDK 中!

更重要的是我该如何摆脱它!

编辑:如何在 Visual Studio 中查找包含的内容和内容 - Displaying the #include hierarchy for a C++ file in Visual Studio

最佳答案

你没有说你是想去掉头包含还是#define。

如果您想摆脱包含但不知道在哪里,您可以尝试在上面列出 SDK 包含的标题中定义包含标志。

#define RpcNdr.h //find the real flag in the header
#include "sdk.h"

如果它只是'small'的#define,那么如何将它放在你的标题中,在SDK包含列表之后。

#ifdef RpcNdr.h //find the real flag in the header
#undef small

关于c++ - 什么是 RpcNdr.h,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5874215/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com