VC++6.0编译setup程序中出现的在commctrl.h中的错误

c:\program files (x86)\microsoft visual studio\vc98\include\commctrl.h(26) : error C2146: syntax error : missing ';' before identifier 'HRESULT'
c:\program files (x86)\microsoft visual studio\vc98\include\commctrl.h(26) : fatal error C1004: unexpected end of file found

求帮助。以下是程序http://blog.csdn.net/immcss/article/details/4802724

谢谢各位好人

 #include <commctrl.h>
#pragma comment(lib, "comctl32")

加上这个看看

到底setupapi要有什么设置呢