On Window/MinGW 'recv' seems to be already defined in some headers.
Use 'receive' instead, for now.
}
-static GString *recv(struct sr_output *o, const struct sr_dev_inst *sdi,
+static GString *receive(struct sr_output *o, const struct sr_dev_inst *sdi,
struct sr_datafeed_packet *packet)
{
struct sr_datafeed_analog *analog;
.description = "Analog data",
.df_type = SR_DF_ANALOG,
.init = init,
- .recv = recv,
+ .recv = receive,
.cleanup = cleanup
};