forked from qt-creator/qt-creator
Build fix on windows
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user