mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +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 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue