Author: chug
Date: Wed Aug 21 15:46:17 2013
New Revision: 1516192
URL: http://svn.apache.org/r1516192
Log:
NO-JIRA: Repair windows build after nonportable rhs commit r1516161
Modified:
qpid/proton/trunk/proton-c/src/platform.h
Modified: qpid/proton/trunk/proton-c/src/platform.h
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/src/platform.h?rev=1516192&r1=1516191&r2=1516192&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/src/platform.h (original)
+++ qpid/proton/trunk/proton-c/src/platform.h Wed Aug 21 15:46:17 2013
@@ -82,6 +82,12 @@ int64_t pn_i_atoll(const char* num);
#define vsnprintf pn_i_vsnprintf
int pn_i_snprintf(char *buf, size_t count, const char *fmt, ...);
int pn_i_vsnprintf(char *buf, size_t count, const char *fmt, va_list ap);
+
+/** Windows va_copy
+ *
+ * Provide function/macro definition
+ */
+#define va_copy(d,s) ((d) = (s))
#endif
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]