Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
linux
Description
Axis2/C build break when built with --with-archive=/usr/include option, due to following change.
-define AXIS2_UNZOPEN2(zipfilename,ffunc) unzOpen2(zipfilename,NULL); memset(&ffunc, 0, sizeof(ffunc));
+define AXIS2_UNZOPEN2(zipfilename,ffunc) do
while (0)
why do we need a while loop here?