From b2915c82ca9d6159abd165f14d1686d18599a541 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 11 Apr 2008 12:51:51 +0000 Subject: [PATCH] also use AddProcessCallback() and GetSocketManager() under Darwin git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/unix/apptrait.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/unix/apptrait.h b/include/wx/unix/apptrait.h index 5a11f9c3e5..c57e94954a 100644 --- a/include/wx/unix/apptrait.h +++ b/include/wx/unix/apptrait.h @@ -36,7 +36,7 @@ public: // TODO: Should we use XtAddInput() for wxX11 too? Or, vice versa, if there is // no advantage in doing this compared to the generic way currently used // by wxX11, should we continue to use GTK/Motif- specific stuff? -#if defined(__WXGTK__) || defined(__WXMOTIF__) +#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__DARWIN__) #define wxHAS_GUI_CALLBACKS #endif -- 2.45.2