You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current AIX 7.3 package contains include file with typedef void CURLM.
The generated Curl.xsc then has a typedef of struct * CURLM which is not valid C syntax.
Need to remove struct.
Current AIX 7.3 package contains include file with
typedef void CURLM.The generated
Curl.xscthen has a typedef ofstruct * CURLMwhich is not valid C syntax.Need to remove
struct.