windows.h头文件加了之后就会出错,不知道怎么回事,请教大虾一下。
这是我的实验程序#include <iostream>
#include <windows.h>
using namespace std;
int main(void)
{
return 0;
}
错误:
e:\工具软件\vc98\include\windef.h(171) : error C2146: syntax error : missing ';' before identifier 'LPARAM'
e:\工具软件\vc98\include\windef.h(171) : fatal error C1004: unexpected end of file found
Error executing cl.exe.