c:\dxsdk\include\dsound.h(303) : error C2146: syntax error : missing ';' before identifier 'dwReserved1'
c:\dxsdk\include\dsound.h(303) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
c:\dxsdk\include\dsound.h(303) : error C2501: 'dwReserved1' : missing storage-class or type specifiers
c:\dxsdk\include\dsound.h(304) : error C2146: syntax error : missing ';' before identifier 'dwReserved2'
c:\dxsdk\include\dsound.h(304) : error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
c:\dxsdk\include\dsound.h(304) : error C2501: 'dwReserved2' : missing storage-class or type specifiers
执行 cl.exe 时出错.
全是dsound.h文件抱错,程序没有任何错该包含的的都包含,请问是程序错还是头文件有问题,请问如何解决.