You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Samisa Abeysinghe <sa...@gmail.com> on 2006/05/24 18:00:33 UTC

[Axis2][Fwd: svn commit: r409188 - /webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h]

.arr and .mar extentions does not differ based on the platform. Why are 
we defining them multiple times in platform specific header?
Can we not have it in a common header?

Samisa...

-------- Original Message --------
Subject: 	svn commit: r409188 - 
/webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h
Date: 	Wed, 24 May 2006 15:14:40 -0000
From: 	pini@apache.org
To: 	axis2-cvs@ws.apache.org



Author: pini
Date: Wed May 24 08:14:39 2006
New Revision: 409188

URL: http://svn.apache.org/viewvc?rev=409188&view=rev
Log:
changes to archive based deployment model

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

Modified: webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h?rev=409188&r1=409187&r2=409188&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h (original)
+++ webservices/axis2/trunk/c/util/include/platforms/windows/axis2_windows.h Wed May 24 08:14:39 2006
@@ -61,11 +61,6 @@
 /* get opt */
 #include "axis2_getopt_windows.h"
 
-/* for minizip uncompression library 
-#define USEWIN32IOAPI
-#include "iowin32.h"
-
-*/
 /***************************************************************
  * Default paths to shared library/DLLs and files
  ***************************************************************
@@ -159,6 +154,7 @@
 #define AXIS2_LIB_PREFIX ""
 #define AXIS2_LIB_SUFFIX ".dll"
 #define AXIS2_AAR_SUFFIX ".aar"
+#define AXIS2_MAR_SUFFIX ".mar"
 
 /**
  * Platform specific time
@@ -210,6 +206,12 @@
  * Platform specific environment variable access method
  */
 #define AXIS2_GETENV(_env_var_name) getenv(_env_var_name)
+
+/**
+ * minizip functions
+ */
+#define axis2_fill_win32_filefunc(ffunc) fill_win32_filefunc(ffunc)
+#define AXIS2_UNZOPEN2(zipfilename,ffunc)   unzOpen2(zipfilename,NULL)
 
 /**
   * handling variable number of arguments (for log.c)



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org