Improved compatibility with the gcc extensions.

This commit is contained in:
Roberto Raggi
2009-06-18 17:48:55 +02:00
parent c3c98cca78
commit 9c038180d8
7 changed files with 38 additions and 5 deletions

View File

@@ -150,6 +150,8 @@ static const char pp_configuration[] =
"#define __imag__\n"
"#define __real__\n"
"#define __builtin_va_arg(a,b) ((b)0)\n"
// ### add macros for win32
"#define __cdecl\n"
"#define QT_WA(x) x\n"