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

@@ -58,7 +58,7 @@
#include <cstdarg>
#include <algorithm>
#ifndef _MSC_VER
#ifdef _MSC_VER
# define va_copy(dst, src) ((dst) = (src))
#endif