Author :
Ramon Ortega de Voor
Date :
2023-10-23 17:15:34
Hash :cfb2b89a Message :fix ERR macro geting redefined
In evutil.c a macro ERR gets defined,
this is a very generic name in case that
in a included header file ERR is used too,
the compiler will fail complaining
about the redefinition of the macro ERR.
To fix this make sure ERR is undefined,
before defining it in evutil.c