From 556802638724a5d5f5ff5d8a773b813f4b36feee Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 14 Oct 2013 17:00:28 +0100 Subject: 'gtk2_ardour' - Harmonize '__WIN32__', 'OS_WIN32' etc, etc. Use 'PLATFORM_WINDOWS' instead --- gtk2_ardour/pingback.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/pingback.cc') diff --git a/gtk2_ardour/pingback.cc b/gtk2_ardour/pingback.cc index ccec81cba7..62d9191daf 100644 --- a/gtk2_ardour/pingback.cc +++ b/gtk2_ardour/pingback.cc @@ -23,7 +23,7 @@ #include #include -#ifndef WIN32 +#ifndef PLATFORM_WINDOWS #include #endif @@ -73,7 +73,7 @@ struct ping_call { static void* _pingback (void *arg) { -#ifndef WIN32 +#ifndef PLATFORM_WINDOWS ping_call* cm = static_cast (arg); CURL* c; struct utsname utb; @@ -162,7 +162,7 @@ _pingback (void *arg) curl_easy_cleanup (c); delete cm; -#endif /* WIN32 */ +#endif /* PLATFORM_WINDOWS */ return 0; } -- cgit v1.2.3