Fix vc12 build.

This commit is contained in:
castano@gmail.com 2014-09-23 17:49:18 +00:00
parent 9722101114
commit 4cb60cc5ba

View File

@ -26,7 +26,7 @@
#define chdir _chdir
#define getcwd _getcwd
#ifndef va_copy
#if _MSC_VER < 1800 // Not sure what version introduced this.
#define va_copy(a, b) (a) = (b)
#endif