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:
parent
39b91ecabe
commit
3646fd68cb
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user