I've been trying to compile the SVN build of Cxbx, but everytime I try I get this:
I get this every time It's trying to compile something that references winnt.h...
I'm using Visual C++ 2008 Express.
Code:
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\winnt.h(236) : error C2146: syntax error : missing ';' before identifier 'PVOID64'
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\winnt.h(236) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\winnt.h(7818) : error C2146: syntax error : missing ';' before identifier 'Buffer'
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\winnt.h(7818) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\Program Files\Microsoft SDKs\Windows\v6.0A\\include\winnt.h(7818) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
I'm using Visual C++ 2008 Express.