Really fix compile now.

This commit is contained in:
Tobias Hunger
2010-08-11 16:10:21 +02:00
parent afa0736783
commit 2106ffedc3
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@
#include "QtContextKeywords.h"
#include <cstdio> // for putchar
#ifndef _MSC_VER
#ifdef _MSC_VER
# define va_copy(dst, src) ((dst) = (src))
#endif