X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a96d2f45fec76a2d0da1c0c7672b62c19280f43..4df78dc36e933fb1c3aa7c9d7ae2757a898ae05c:/src/motif/gsockmot.cpp diff --git a/src/motif/gsockmot.cpp b/src/motif/gsockmot.cpp index af86c62dfb..535a7b4d42 100644 --- a/src/motif/gsockmot.cpp +++ b/src/motif/gsockmot.cpp @@ -4,6 +4,11 @@ // Purpose: GSocket: Motif part // CVSID: $Id$ // ------------------------------------------------------------------------- + +#include "wx/setup.h" + +#if wxUSE_SOCKETS + #include #include #include @@ -54,7 +59,7 @@ void _GSocket_GUI_Destroy(GSocket *socket) free(socket->m_gui_dependent); } -void _GSocket_Install_Fallback(GSocket *socket, GSocketEvent event) +void _GSocket_Install_Callback(GSocket *socket, GSocketEvent event) { int *m_id; @@ -83,7 +88,7 @@ void _GSocket_Install_Fallback(GSocket *socket, GSocketEvent event) } } -void _GSocket_Uninstall_Fallback(GSocket *socket, GSocketEvent event) +void _GSocket_Uninstall_Callback(GSocket *socket, GSocketEvent event) { int c; int *m_id; @@ -113,3 +118,5 @@ unsigned long GSocket_GetEventID(GSocket *socket) void GSocket_DoEvent(unsigned long evt_id) { } + +#endif // wxUSE_SOCKETS