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

Add more MSVC specific intrinsics.

parent 2c808051
No related branches found
No related tags found
No related merge requests found
...@@ -336,7 +336,12 @@ QByteArray MSVCToolChain::predefinedMacros() ...@@ -336,7 +336,12 @@ QByteArray MSVCToolChain::predefinedMacros()
"#define __WINNT__\n" "#define __WINNT__\n"
"#define __WINNT\n" "#define __WINNT\n"
"#define WINNT\n" "#define WINNT\n"
"#define __int64 long long"; "#define __int64 long long\n"
"#define __int32 long\n"
"#define __int16 short\n"
"#define __int8 char\n"
"#define __ptr32\n"
"#define __ptr64\n";
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