当前位置: 代码迷 >> C语言 >> [求助]函数指针的一个问题...?
  详细解决方案

[求助]函数指针的一个问题...?

热度:388   发布时间:2007-06-13 16:24:02.0
[求助]函数指针的一个问题...?
typedef int (WINAPI* PFCALLBACK)(int Param1,int Param2);
编译时出现错误
error C2143: syntax error : missing ')' before '*'
error C2143: syntax error : missing ';' before '*'
error C2059: syntax error : ')'
error C2501: 'PFCALLBACK' : missing storage-class or type specifiers
请问大家应该怎么解决?
先谢谢大家了...
搜索更多相关的解决方案: before  

----------------解决方案--------------------------------------------------------

解决了...原来要插入windows.h不然只能使用__stdcall代替WINAPI


----------------解决方案--------------------------------------------------------
  相关解决方案