@@ -14,6 +14,10 @@
#include <string.h>
#include <wchar.h> // wchar_t
+#ifndef va_copy
+# define va_copy(_a, _b) (_a) = (_b)
+#endif // va_copy
+
namespace bx
{
///