aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--heimdall/source/Heimdall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/heimdall/source/Heimdall.h b/heimdall/source/Heimdall.h
index ce7aaea..5e348c4 100644
--- a/heimdall/source/Heimdall.h
+++ b/heimdall/source/Heimdall.h
@@ -26,6 +26,10 @@
#include <Windows.h>
#undef GetBinaryType
+#ifndef va_copy
+#define va_copy(d, s) ((d) = (s))
+#endif
+
#else
#include "../config.h"