Skip to content
Snippets Groups Projects
Commit ff0cb8fa authored by Daniel Molkentin's avatar Daniel Molkentin
Browse files

Make __int64 valid for MSVC in the code model.

Reviewed-By: Roberto Raggi
parent fe1411cd
No related branches found
No related tags found
No related merge requests found
...@@ -335,7 +335,8 @@ QByteArray MSVCToolChain::predefinedMacros() ...@@ -335,7 +335,8 @@ QByteArray MSVCToolChain::predefinedMacros()
m_predefinedMacros += "#define __MSVCRT__\n" m_predefinedMacros += "#define __MSVCRT__\n"
"#define __WINNT__\n" "#define __WINNT__\n"
"#define __WINNT\n" "#define __WINNT\n"
"#define WINNT\n"; "#define WINNT\n"
"#define __int64 long long";
QString tmpFilePath; QString tmpFilePath;
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment