Merge remote-tracking branch 'remotes/origin/master' into windows+cc
[ardour.git] / libs / pbd / pbd / base_ui.h
index 686af485e6fd50e0deaf566a375d69c35b8e4e57..d947a06b34046a93e8530d7f92ce4ffdb4d24efc 100644 (file)
@@ -92,7 +92,7 @@ class BaseUI : public sigc::trackable, public PBD::EventLoop
 
        virtual void thread_init () {};
 
-#ifdef WIN32
+#ifdef PLATFORM_WINDOWS
        static gboolean _request_handler (gpointer);
        bool request_handler ();
 #else
@@ -114,7 +114,7 @@ class BaseUI : public sigc::trackable, public PBD::EventLoop
        std::string _name; 
        BaseUI* base_ui_instance;
 
-#ifndef WIN32
+#ifndef PLATFORM_WINDOWS
        CrossThreadChannel request_channel;
 #endif