nevilad

Results 1 issues of nevilad

yices_types.h contains: ``` typedef enum error_code { NO_ERROR = 0, ``` Windows winerror.h contains: `#define NO_ERROR 0L // dderror` Building them together ends in compilation errors. Since they values are...