Hello,

I´m migrating a VC++ 6.0 code to VS 2010. There is not compiling a file from Visual Studio itself: oaidl.h on the line

Code:
typedef CY CURRENCY;
line 226

it says:

1>c:\program files\microsoft sdks\windows\v7.0a\include\oaidl.h(226): error C2143: syntax error : missing ';' before 'constant'
1>c:\program files\microsoft sdks\windows\v7.0a\include\oaidl.h(226): error C2059: syntax error : 'constant'

any clue?