another windows pingback fix
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
using std::string;
|
||||
using namespace ARDOUR;
|
||||
|
||||
#ifndef PLATFORM_WINDOWS // no pingback for windows, so far
|
||||
static size_t
|
||||
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;
|
||||
}
|
||||
#endif
|
||||
|
||||
struct ping_call {
|
||||
std::string version;
|
||||
|
||||
Reference in New Issue
Block a user