Windows does not provide (or require) va_copy.

Esse commit está contido em:
Benjamin Dobell
2014-05-17 04:36:51 +10:00
commit b62d66b297
+4
Ver Arquivo
@@ -26,6 +26,10 @@
#include <Windows.h>
#undef GetBinaryType
#ifndef va_copy
#define va_copy(d, s) ((d) = (s))
#endif
#else
#include "../config.h"