Hi devs, I think it is better to move these,
/** minizip functions */ #define axis2_fill_win32_filefunc(ffunc) #define AXIS2_UNZOPEN2(zipfilename,ffunc) unzOpen2(zipfilename,NULL); memset(&ffunc, 0, sizeof(ffunc)); out of axutil_unix.h. When considering the fact that minizip is not platform specific and is not mandatory at the same time, these defines need not be here. We should rather add them under #if defined blocks inside the relevant headers. Thoughts? Regards, Senaka --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
