c:\program files\microsoft sdk\include\ras.h(236) : error C2146: syntax error : missing ';' before identifier 'dwCallbackId'
c:\program files\microsoft sdk\include\ras.h(236) : error C2501: 'ULONG_PTR' : missing storage-class or type specifiers
c:\program files\microsoft sdk\include\ras.h(236) : error C2501: 'dwCallbackId' : missing storage-class or type specifiers
c:\program files\microsoft sdk\include\ras.h(252) : error C2146: syntax error : missing ';' before identifier 'dwCallbackId'
c:\program files\microsoft sdk\include\ras.h(252) : error C2501: 'ULONG_PTR' : missing storage-class or type specifiers
c:\program files\microsoft sdk\include\ras.h(252) : error C2501: 'dwCallbackId' : missing storage-class or type specifiers
c:\program files\microsoft sdk\include\ras.h(285) : error C2146: syntax error : missing ';' before identifier 'reserved'
c:\program files\microsoft sdk\include\ras.h(285) : error C2501: 'ULONG_PTR' : missing storage-class or type specifiers
c:\program files\microsoft sdk\include\ras.h(285) : error C2501: 'reserved' : missing storage-class or type specifiers
c:\program files\microsoft sdk\include\ras.h(287) : error C2146: syntax error : missing ';' before identifier 'reserved1'
c:\program files\microsoft sdk\include\ras.h(287) : error C2501: 'ULONG_PTR' : missing storage-class or type specifiers
c:\program files\microsoft sdk\include\ras.h(287) : error C2501: 'reserved1' : missing storage-class or type specifiers
c:\program files\microsoft sdk\include\ras.h(725) : error C2065: 'ULONG_PTR' : undeclared identifier
c:\program files\microsoft sdk\include\ras.h(725) : error C2275: 'DWORD' : illegal use of this type as an expression
        c:\program files\microsoft visual studio\vc98\include\windef.h(141) : see declaration of 'DWORD'
c:\program files\microsoft sdk\include\ras.h(725) : error C2275: 'HRASCONN' : illegal use of this type as an expression
        c:\program files\microsoft sdk\include\ras.h(64) : see declaration of 'HRASCONN'
c:\program files\microsoft sdk\include\ras.h(725) : error C2275: 'UINT' : illegal use of this type as an expression
        c:\program files\microsoft visual studio\vc98\include\windef.h(162) : see declaration of 'UINT'
c:\program files\microsoft sdk\include\ras.h(725) : error C2226: syntax error : unexpected type 'tagRASCONNSTATE'
就算包含了 windows.h 也不行,定义了 WINVER 0x500 也还是有错啊! 各位朋友谢谢啦!帮我看一看!