开发者社区 问答 正文

如何解决错误?

如何解决 "error: use of undeclared identifier 'PROC_THREAD_ATTRIBUTE_COMPONENT_FILTER'" 错误?

展开
收起
夹心789 2024-06-27 12:36:41 36 分享 版权
1 条回答
写回答
取消 提交回答
  • 遇到这个错误时,需要打开 src\sandbox\win\src\startup_information_helper.cc 文件,并注释掉引发错误的 if 语句块(注意保留 expected_attributes--; 这行代码)。

    2024-06-27 13:46:36
    赞同 1 展开评论
问答地址: