error C2146: syntax error : missing ';' before identifier 'hdr'
Platform:
OS:win7
Windows SDK 7.0
VS2008
[Partial source code]
...
typedef struct _PSHNOTIFY
{
NMHDR hdr;
LPARAM lParam;
} PSHNOTIFY, *LPPSHNOTIFY;
...
这个NMHDR定义明明就在(Go to Definition )已经看的见,可为什么就是编译出错呢