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>
Qt Creator写C++程序时,头文件中有个
#include <Windows.h>
总提示我标题上的warning,上网查了以后,发现改成小写就没有warning了。
#include <windows.h>