Community
Participate
Working Groups
Build Identifier: 20110615-0604 MSVC defines __int## as a fundamental type, and thus it is not defined in any standard system include files. The CDT indexer does not realize this and always flags __int* declarations as syntax errors. Reproducible: Always Steps to Reproduce: To reproduce, create a .h file in a new MS SDK/MSVC executable project with the following content: typedef signed __int64 gint64; CDT indexer will say this is a syntax error.
__int64 needs to be mapped to 'long long' *** This bug has been marked as a duplicate of bug 346422 ***