link fix for no sockets compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 1999-07-30 18:03:23 +00:00
parent 39b91ecabe
commit 3646fd68cb
2 changed files with 12 additions and 0 deletions

View File

@ -5,6 +5,10 @@
* CVSID: $Id$
* -------------------------------------------------------------------------
*/
#include "wx/setup.h"
#if wxUSE_SOCKETS
#include <stdlib.h>
#include <gdk/gdk.h>
#include <glib.h>
@ -105,3 +109,5 @@ unsigned long GSocket_GetEventID(GSocket *socket)
void GSocket_DoEvent(unsigned long evt_id)
{
}
#endif /* wxUSE_SOCKETS */

View File

@ -5,6 +5,10 @@
* CVSID: $Id$
* -------------------------------------------------------------------------
*/
#include "wx/setup.h"
#if wxUSE_SOCKETS
#include <stdlib.h>
#include <gdk/gdk.h>
#include <glib.h>
@ -105,3 +109,5 @@ unsigned long GSocket_GetEventID(GSocket *socket)
void GSocket_DoEvent(unsigned long evt_id)
{
}
#endif /* wxUSE_SOCKETS */