mirror of
https://github.com/corda/corda.git
synced 2025-03-15 08:41:04 +00:00
define VA_LIST(x) (&x) on Windows
Each platform and architecture defines the va_list type differently; on some we can treat it as a pointer and on others we must treat it as a non-pointer. Turns out Windows is one of the latter.
This commit is contained in:
parent
51a1081adc
commit
cdb75ef6d7