注册 登录
编程论坛 VC++/MFC

windows.h头文件加了之后就会出错,不知道怎么回事,请教大虾一下。

loveshuang 发布于 2011-04-03 16:25, 704 次点击
这是我的实验程序
#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.
1 回复
#2
yuccn2011-04-04 11:24
应该是你的环境有误吧,我这边编译毫无错误
1