mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
MSVC: Added workaround for missing va_copy macro.
This commit is contained in:
@@ -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
|
||||
{
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user