Build fix on windows

This commit is contained in:
Tobias Hunger
2010-08-11 16:08:13 +02:00
parent 13ebe7e46c
commit afa0736783
2 changed files with 8 additions and 0 deletions

View File

@@ -56,6 +56,10 @@
#include "QtContextKeywords.h"
#include <cstdio> // for putchar
#ifndef _MSC_VER
# define va_copy(dst, src) ((dst) = (src))
#endif
#define CPLUSPLUS_NO_DEBUG_RULE
#define MAX_EXPRESSION_DEPTH 100