mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
another windows pingback fix
This commit is contained in:
parent
7775933cd8
commit
e7c60afd6b
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue