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 2005/10/21 05:37:43 UTC

svn commit: r327083 - /webservices/axis2/trunk/c/include/axis2_defines.h

Author: damitha
Date: Thu Oct 20 20:37:36 2005
New Revision: 327083

URL: http://svn.apache.org/viewcvs?rev=327083&view=rev
Log:
For non-windows systems 
was 
AXIS2_DECLARE(type) type
now
AXIS2_DECLARE(type) type AXIS2_CALL


Modified:
    webservices/axis2/trunk/c/include/axis2_defines.h

Modified: webservices/axis2/trunk/c/include/axis2_defines.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_defines.h?rev=327083&r1=327082&r2=327083&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_defines.h (original)
+++ webservices/axis2/trunk/c/include/axis2_defines.h Thu Oct 20 20:37:36 2005
@@ -91,7 +91,7 @@
  * AXIS2_DECLARE(rettype) axis2_func(args)
  * @endcode
  */
-#define AXIS2_DECLARE(type)            type
+#define AXIS2_DECLARE(type)            type AXIS2_CALL
 
 /**
  * Axis2 Core variable argument and hook functions are declared with