定义一个结构数组的时候报错,不知道哪里问题
SERVICE_TABLE_ENTRY DispatchTable[]={
{"system",ServiceMain},
{NULL,NULL};
};
如题: 环境在win7 vc 6.0
error C2059: syntax error : ';'
C4508: 'main' : function should return a value; 'void' return type assumed
error C2143: syntax error : missing ';' before 'return'
error C2143: syntax error : missing ';' before '}'
error C2143: syntax error : missing ';' before '}'
error C2143: syntax error : missing ';' before '}'