WTL 的CHyperLink解决办法

WTL 的CHyperLink我要用WTL的CHyperLink这个类,然后将#include atlctrlx.h加入包含进去,可是还是会出现

WTL 的CHyperLink
我要用WTL的CHyperLink这个类,然后将#include <atlctrlx.h>加入包含进去,可是还是会出现错误
error C2039: 'ShellExecute' : is not a member of '`global namespace''
error C2065: 'ShellExecute' : undeclared identifier
怎么回事啊,熟悉的朋友能不能帮忙看看啊,谢谢了

[解决办法]
plz make sure include:

shellapi.h. 

plz make sure link with

shell32.lib