Fix vc12 build.
This commit is contained in:
parent
9722101114
commit
4cb60cc5ba
@ -26,7 +26,7 @@
|
|||||||
#define chdir _chdir
|
#define chdir _chdir
|
||||||
#define getcwd _getcwd
|
#define getcwd _getcwd
|
||||||
|
|
||||||
#ifndef va_copy
|
#if _MSC_VER < 1800 // Not sure what version introduced this.
|
||||||
#define va_copy(a, b) (a) = (b)
|
#define va_copy(a, b) (a) = (b)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user