CppTools: Add dummy macro for __thiscall

Change-Id: If2ccfe9ff40539404ed0f40c06c71a73ee661e2d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
Orgad Shaneh
2014-06-11 08:05:08 +03:00
committed by Orgad Shaneh
parent 5529f07f97
commit 399967d08b

View File

@@ -129,6 +129,7 @@ static const char pp_configuration[] =
// ### add macros for win32
"#define __cdecl\n"
"#define __stdcall\n"
"#define __thiscall\n"
"#define QT_WA(x) x\n"
"#define CALLBACK\n"
"#define STDMETHODCALLTYPE\n"