Hi all

I tried to compile the util module using vc 6. It gives too many compile errors because of the use of the macro AXIS2_DECLARE defied as:
#define AXIS2_DECLARE(type)            AXIS2_IMPORT type AXIS2_CALL

When I change the macro definition to  
#define AXIS2_DECLARE(type)            type

it compiles fine. Any thoughts please.

Thanks

Kapila

Reply via email to