MFH Fix build on Windows

This commit is contained in:
Scott MacVicar 2008-11-22 12:39:16 +00:00
parent 7ba273e3b5
commit add2b6df3a

View file

@ -160,3 +160,4 @@
#endif
#define HAVE_STDLIB_H 1
#define va_copy(ap1, ap2) memcpy(&ap1, &ap2, sizeof(va_list))