JZTXT
  • 首页
  • Ai
  • Java
  • Python
  • Android
  • Mysql
  • JavaScript
  • Html
  • CSS

Windows -- 关于报错:“In included file: too few arguments provided to function-like macro invocat”解决方法

发布时间 2023-10-18 17:02:42作者: 手磨咖啡

遇到报错如下:

 点进去minwindef.h里报错显示:

 点进winnt.h报错显示:

 关于图一的报错,网上搜了一些解决方法如下:

https://www.coder.work/article/568385

https://blog.csdn.net/Lyn_B/article/details/104900853

试过之后都不行。

解决方法:

在使用图一报错的头文件之前包含windows.h,即

#include <windows.h>

问题解决,参考:

https://blog.csdn.net/qq_44745063/article/details/128618104

    本栏目推荐文章
  • web项目启动时dubbo报错: No provider available for the service com.davidhu.shopguide.api.service.UserEventService from the url zookeeper ://localhost:2181/org.apache.du
  • vue3中 provide 、 inject的用法(二)
  • vue3中provide和inject的使用
  • [Vue warn]: Component provided template option but runtime compilation is not supported in this build of Vue. Configure your bundler to alias "vue" to "vue/dist/vue.esm-bundler.js".
  • include <linux/ipv6.h> include <netinet/in.h>
  • koa2 使用koa-body引入报错 koaBody is not a function
  • 关于函数式接口中常用的Supplier、Consumer、predicate、Function的总结以及其使用场景
  • 在JavaScript中使用includes函数检查数组中是否包含某个元素
  • JavaScirpt | String Function (三)
  • 将ajax提交数据写到function里时处理返回的数据时无法被return
版权声明:本网站为非赢利性站点,本网站所有内容均来源于互联网相关站点自动搜索采集信息,相关链接已经注明来源。
联系我们