You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/02/03 10:57:50 UTC

svn commit: r374627 - /webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.h

Author: damitha
Date: Fri Feb  3 01:57:45 2006
New Revision: 374627

URL: http://svn.apache.org/viewcvs?rev=374627&view=rev
Log:
svnprinf is masked

Modified:
    webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.h

Modified: webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.h?rev=374627&r1=374626&r2=374627&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.h (original)
+++ webservices/axis2/trunk/c/modules/platforms/windows/axis2_windows.h Fri Feb  3 01:57:45 2006
@@ -175,6 +175,11 @@
 #define AXIS2_CLOSE_SOCKET_ON_EXIT(sock)	
 #define axis2_socket_len_t					int
 
+/**
+  * handling variable number of arguments (for log.c)
+  */
+#define AXIS2_VSNPRINTF		_vsnprintf
+
 /** @} */
 #ifdef __cplusplus
 }