another windows pingback fix

This commit is contained in:
Robin Gareus 2015-07-11 22:59:15 +02:00
parent 7775933cd8
commit e7c60afd6b

View file

@ -45,7 +45,6 @@
using std::string; using std::string;
using namespace ARDOUR; using namespace ARDOUR;
#ifndef PLATFORM_WINDOWS // no pingback for windows, so far
static size_t static size_t
curl_write_data (char *bufptr, size_t size, size_t nitems, void *ptr) curl_write_data (char *bufptr, size_t size, size_t nitems, void *ptr)
{ {
@ -65,7 +64,6 @@ curl_write_data (char *bufptr, size_t size, size_t nitems, void *ptr)
return size * nitems; return size * nitems;
} }
#endif
struct ping_call { struct ping_call {
std::string version; std::string version;