on-portable path to file ‘<windows.h>‘; specified path differs in case from file name on disk

Qt Creator写C++程序时,头文件中有个

#include <Windows.h>

总提示我标题上的warning,上网查了以后,发现改成小写就没有warning了。

#include <windows.h>
posted @ 2022-07-16 08:34  江南王小帅  阅读(201)  评论(0)    收藏  举报